<!--

function popPromo(){

popWin=window.open('','popUp' , config='height=700,width=718, top=0,left=0,screenX=0,screenY=0, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no' );


 popWin.document.writeln("<html> <head>  <title>Bamboo Garden--Online Special Offer</title>");

 


 popWin.document.writeln("<script language=\"javascript\">  setTimeout (\"self.close()\", 15000);   </script>");
 popWin.document.writeln("<link href=\"resources/css/zoomPop.css\" rel=\"stylesheet\" type=\"text/css\" >");

 popWin.document.writeln(" <script src=\"resources/scr/rClick.js\" type=\"text/javascript\"></script> </head>");
 popWin.document.writeln("<body> ");
 popWin.document.writeln("<img src=\"resources/images/EPoster.jpg\" alt=\"Online Special Offer\" >");
 popWin.document.writeln("</body> </html>");
 popWin.location.reload();
 
 if (window.focus) {popWin.focus();} 

//t=15;
//setTimeout ("popWin.close()", 12000);

}



//disable right click
 var langTxt = document.location.href
if(langTxt.indexOf('/ch/') != -1){
 msg = 'Åwªï»YÁ{¦Ë­b';
 status = 'Åwªï»YÁ{¦Ë­b';
}else{
 msg = 'Thank you for visiting Bamboo Garden';
 status = 'Welcome to Bamboo Garden';
}
 
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
 
function nrc(e) {
   if (bNS && e.which > 1){
      alert(msg)
      return false
   } else if (bIE && (event.button >1)) {
     alert(msg)
     return false;
   }
}

 document.onmousedown = nrc;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;

// -->


