var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="common/get.html";
if ( bName == "N" && vNum < 4)
	location.href="common/get.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// Mac IE
	
		document.writeln(".jp9b,.jp9r{font-Size:9px}");
		document.writeln(".jp10b,.news{font-size:10px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11r,.jp11-g{font-size:11px; line-height:13px;}");
		document.writeln(".jp12b,.jp12o,.jp12bo,.jp12-w{font-size:12px}");
		document.writeln(".copyright{font-Size:10px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// Mac NETSCAPE 4.x
	
		document.writeln(".jp9b,.jp9r{font-Size:9px; line-height:10px}");
		document.writeln(".jp10b,.news{font-size:10px; line-height:11px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11r,.jp11-g{font-size:11px; line-height:13px}");
		document.writeln(".jp12b,.jp12o,,.jp12bo.jp12-w{font-size:12px; line-height:13px}");
		document.writeln(".copyright{font-Size:10px; line-height:13px}");
	 	}
	 	else
	 	{
			// Mac NETSCAPE 6.x~
		
		document.writeln(".jp9b,.jp9r{font-Size:9px}");
		document.writeln(".jp10b,.news{font-size:10px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11r,.jp11-g{font-size:11px; line-height:12px;}");
		document.writeln(".jp12b,.jp12o,.jp12bo,.jp12-w{font-size:12px; line-height:12px}");
		document.writeln(".copyright{font-Size:10px; line-height:13px}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// Win IE
		
		document.writeln(".jp9b,.jp9r{font-Size:9px; line-height:10px}");
		document.writeln(".jp10b,.news{font-size:10px; line-height:11px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11r,.jp11-g{font-size:11px; line-height:13px}");
		document.writeln(".jp12b,.jp12bo,.jp12o,.jp12-w{font-size:12px; line-height:15px;}");
		document.writeln(".copyright{font-Size:11px; line-height:13px}");

	}
	else
	{
		if( vNum < 5 )
		{
			// Win NETSCAPE 4.x

		document.writeln(".jp9b,.jp9r{font-Size:11px}");
		document.writeln(".jp10b,.news{font-size:12px; line-height:13px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11r,.jp11-g{font-size:11px; line-height:13px}");
		document.writeln(".jp12b,.jp12bo,.jp12o,.jp12-w{font-size:14px; line-height:13px}");
		document.writeln(".copyright{font-Size:11px; line-height:13px}");

		}
		else
		{
			// Win NETSCAPE 6.x~
		document.writeln("body{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".jp9b,.jp9r{font-Size:9px; line-height:10px}");
		document.writeln(".jp10b,.news{font-size:10px; line-height:11px}");
		document.writeln(".jp11b,.news,.jp11-w,.jp11-g{font-size:11px; line-height:13px}");
		document.writeln(".jp12b,.jp12bo,.jp12o,.jp12-w,.jp11r{font-size:12px; line-height:13px}");
		document.writeln(".copyright{font-Size:10px}");
		
		}
	}
}
 document.writeln("--></STYLE>");
 

function openWin(theURL,winName,features) { 
	var Wi
	Wi=window.open(theURL,winName,features);
	Wi.window.focus();
}


 
 if (document.images) {
            home_on = new Image                                                                                
			home_off = new Image
			about_on = new Image                                                                                
			about_off = new Image
			history_on = new Image                                                                                
			history_off = new Image
			recipes_on = new Image                                                                                
			recipes_off = new Image
			shipping_on = new Image                                                                                
			shipping_off = new Image
			products_on = new Image                                                                                
			products_off = new Image
			contact_on = new Image                                                                                
			contact_off = new Image
			
			home_on.src = "../img_navi/home01.gif"
            home_off.src = "../img_navi/home00.gif"
			about_on.src = "../img_navi/about01.gif"
            about_off.src = "../img_navi/about00.gif"
			history_on.src = "../img_navi/history01.gif"
            history_off.src = "../img_navi/history00.gif"
			recipes_on.src = "../img_navi/recipes01.gif"
            recipes_off.src = "../img_navi/recipes00.gif"
            shipping_on.src = "../img_navi/shipping01.gif"
           shipping_off.src = "../img_navi/shipping00.gif"
			products_on.src = "../img_navi/products01.gif"
           products_off.src = "../img_navi/products00.gif"
	        contact_on.src = "../img_navi/contact01.gif"
            contact_off.src = "../img_navi/contact00.gif"
        }   
		
function chgImg(imgField,newImg) {
if (document.images){
document[imgField].src= eval(newImg + ".src")
}
}

function jump(sel) {

  if (sel.options[sel.selectedIndex].value) {

    location.href = sel.options[sel.selectedIndex].value;

  }

}







 
 