// JavaScript Document

function flaFla()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="top" align="middle" quality="high">')
document.write('<param name="allowScriptAccess" value="sameDomain" />')
document.write('<param name="movie" value="img/top.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" /><embed src="img/top.swf" quality="high" scale="noscale" salign="lt" bgcolor="#ffffff" width="100%" height="100%" name="top" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
document.write('</object>')
}


function newWin_a()
{
wx = 600;
x = (screen.width - wx) / 2;
window.open("request/index.html","a","left="+x+",width="+wx+",height=900,top=0,scrollbars=1");

}


function newWin_b()
{
wx = 600;
x = (screen.width - wx) / 2;
window.open("access.html","b","left="+x+",width="+wx+",height=900,top=0,scrollbars=1");

}
