/*


*/

document.write("<div id='fcj' style='position:absolute;'></div>")
function yzjob_hidden(thelayer)
{document.all.fcj.style.visibility="hidden";}
function dts(text)
{
text=text.replace(/\¡£/g,"<br>")


txt= "<TABLE WIDTH=150 BORDER=1 CELLPADDING=0 CELLSPACING=0 bgcolor=#ffffff bordercolor=#0000ff bordercolordark=#ffffff ><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0><tr><td height=25  valign=bottom style=\"color:#0000FF\"><b>³ÏÆ¸Ö°Î»£º</b></td></tr><TR><TD style=\"color:#0000FF\"><p>"+text+"</p></TD></TR></TABLE></TD></TR></TABLE>"
laywrite(txt)
document.all.fcj.style.visibility="visible";
document.all.fcj.style.left=event.x+15+document.body.scrollLeft;
document.all.fcj.style.top=event.y+10+document.body.scrollTop;
}
function laywrite(txt)
{document.all["fcj"].innerHTML = txt;}
function openwindow(url,windowname,str) 
{ 
 var windowname=window.open(url,windowname,str); 
}