if (self ==top)
{
setTimeout("document.all.fullSceenDiv.style.display = 'block'","4000");
setTimeout("document.all.fullSceenDiv.style.display = 'none'","20000");
//setTimeout("Restore()","10000");

document.write ("<TABLE WIDTH=1003 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN='center'>");
document.write ("<TR><TD><DIV ID='fullSceenDiv' STYLE='display: none;'><a href='' target=_blank title=''><img SRC='/images/top.jpg' WIDTH=1003 HEIGHT=627 border='0'></a>");
document.write ("</DIV><TD></TR></TABLE>");
}