	ns4 = (document.layers)? true:false;
	ie4 = (document.all)? true:false;
	function init() {
		DynLayerInit();
		isLoaded = true;
		navTrap.hide();
		window.focus();

	}
	
	function jumpPage(newLoc) {
		newPage = newLoc.options[newLoc.selectedIndex].value
		
		if (newPage != "") {
			window.location.href = newPage
		}
	}
	
// LEAVING THE SITE POP UP WINDOW SCRIPT - BEGINS:
	function outsideLinkOrg(theURL) {
	
	//DEFINE CONTENTS OF PAGE
	
	contents=
	
'<html>'+
'<head>'+
'<title>'+
// TRANSLATE TITLE BELOW, AS NEEDED - IMPORTANT! PLEASE LEAVE SINGLE QUOTES AND PLUS SIGN [ '...'+ ] AT BEGINNING AND END OF EACH LINE
'Starbucks Coffee'+
'</title>'+
'<meta http-equiv="Content-Type" content="text/html; charset=x-euc-jp">'+
'</head>'+
'<body onLoad="window.focus()" onBlur="window.focus()" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" text="#000000" link="#993333" vlink="#990000" alink="#cc6666">'+
'<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; padding:10px;">'+
// TRANSLATE TITLE BELOW, AS NEEDED - IMPORTANT! PLEASE LEAVE SINGLE QUOTES AND PLUS SIGN [ '...'+ ] AT BEGINNING AND END OF EACH LINE
'本サイト外にリンクしますがよろしいですか？'+
'</p>'+
'<form action="">'+
'<table width="100%"><tr><td align="center" valign="middle"><p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;">'+
// TRANSLATE BUTTON VALUE IN QUOTES BELOW, AS NEEDED - IMPORTANT! PLEASE LEAVE SINGLE QUOTES AND PLUS SIGN [ '...'+ ] AT BEGINNING AND END OF EACH LINE
'<input type="submit" name="no" value="No" onClick="window.close();">&nbsp;&nbsp;'+
// TRANSLATE BUTTON VALUE IN QUOTES BELOW, AS NEEDED - IMPORTANT! PLEASE LEAVE SINGLE QUOTES AND PLUS SIGN [ '...'+ ] AT BEGINNING AND END OF EACH LINE
'<input type="submit" name="yes" value="Yes" onClick="window.open(\''+
theURL+
'\');self.close();"</p></td></tr></table></form>'+
'</body>'+
'</html>';


	//Create new Window
	
	options = "toolbar=0,status=0,menubar=0,scrollbars=0," +
	 
	 "resizable=0,width=300,height=120,left=200,top=200";
	 	 
	newwindow=window.open("","mywindow", options);
	newwindow.document.write(contents);
	newwindow.document.close();
	newwindow.focus();
	}
	

	function outsideLink(theURL) {

	options = "toolbar=0,status=0,menubar=0,scrollbars=0," +
	 
	 "resizable=0,width=300,height=120,left=200,top=200";
	 	 
	newwindow=window.open("/ja/outsidelink.htm?"+theURL,"mywindow", options);
	newwindow.focus();
	}

// LEAVING THE SITE POP UP WINDOW SCRIPT - ENDS

function ourSite(lang) {
	options = "toolbar=0,status=0,menubar=0,scrollbars=0," +
	 
	 "resizable=0,width=275,height=190,left=200,top=200";
	 	 
	newwindow=window.open("/"+lang+"/oursiteslink.htm","oursiteswindow", options);
	newwindow.focus();
}
