function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
//-->
<!--



<!-- hide this script from non-javascript-enabled browsers
if (document.images) {
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

// stop hiding -->
//-->



function fwLoadMenus() {
   if (window.fw_menu_0) return;
  window.fw_menu_1 = new Menu("CInfo",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#996600","#ffffff","#ffffff");
  fw_menu_1.addMenuItem("About Us","location='aboutus.html'");
  fw_menu_1.addMenuItem("Contact Us","location='contactus.html'");
  fw_menu_1.addMenuItem("Why Jaykang","location='jaykang.html'");
fw_menu_1.addMenuItem("Privacy Info","location='privacypolicy.html'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
   fw_menu_1.childMenuIcon="/img/arrowblue.gif";
  window.fw_menu_2 = new Menu("CInfo",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#996600","#ffffff","#ffffff");
  fw_menu_2.addMenuItem("Return Policy","location='returnpolicy.html'");
  fw_menu_2.addMenuItem("Shipping Methods","location='shme.html'");
  fw_menu_2.addMenuItem("Payment Methods","location='paymentmethods.html'");
  fw_menu_2.addMenuItem("How To Order","location='howtoorder.html'");
  fw_menu_2.addMenuItem("Custom-made Request","location='cure.html'");
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
   fw_menu_2.childMenuIcon="/img/arrowblue.gif";
 
	
  fw_menu_2.writeMenus();
} // fwLoadMenus()

//-->
//-->
