<!-- メニュー -->

function window_temp() {
         window.open("./temp.html",
                     "information","tollbar=no,location=no,derectories=no,staus=no,menubar=no,scrollbars=yes,resizable=no,WIDTH=515,HEIGHT=550")
        }


function window_catarog(item){
sinw = window.open("","catarog","tollbar=no,location=no,derectories=no,staus=no,menubar=no,scrollbars=no,resizable=yes,WIDTH=640,HEIGHT=645");
sinw.document.open();
sinw.document.write("<head><title>ＷＥＢパンフレット</title></head>");
sinw.document.write("<BODY text=#000000 bgColor=#ffffff>");
sinw.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%' bgColor=#ffffff>");
sinw.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%' bgcolor=#9B9B9B>");
sinw.document.write("<table width='100%' border='0' cellspacing='1' cellpadding='5'>");
sinw.document.write("<tr bgcolor='#abe0f2'><td align='center'>ＷＥＢパンフレット</td></tr>");
sinw.document.write("<tr bgcolor='#848d5f'><td align='right'>");
sinw.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='100%' height='580' >");
sinw.document.write("<param name='movie' value='"+item+"' /><param name='quality' value='high' />");
sinw.document.write("<embed src='"+item+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='100%' height='580'></embed></object>");
sinw.document.write("</td></tr></table></td></tr></table></table></BODY>");
sinw.document.close();
}



