self.name = "imode_window";
function WinOpen2() {
   if   (navigator.appName == "Netscape" ) {
        msg=window.open("http://www.takumiweb.com/product/22.html","wkfrm","status=no,location=0,scrollbars=yes,resizable=no,toolbar=0,directories=0,menubar=0,width=850,height=800");
   }
   else
   { 
        msg=window.open("http://www.takumiweb.com/product/22.html","wkfrm","status=no,location=0,scrollbars=yes,resizable=no,toolbar=0,directories=0,menubar=0,width=850,height=800");
   }
}

