function stats(){
}
function imagePopup(url){
  if(typeof(url)!="object")
  {
	   window._w = window.open("","","width=30,height=30,scrollbars=no,resizable=yes");
		 window._w.document.open();
		 window._w.document.write('<html><title>软件全尺寸截图</title><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><center><table height="100%"><tr><td align="center" valign="middle"><a href="javascript:window.close();"><img alt="Click here to close" border="0" src="'+url+'" onLoad="opener.imagePopup(this);"></a><br><a href="javascript:window.close();"><font face="宋体" style="font-size: 12px"><b>点击此处关闭</font></b></a></td></tr></table></center></body></html>');
		 window._w.document.close();
	}
	 else
	 {
	   if(document.layers)
		  	window._w.resizeTo(url.width,url.height);
		 else
		  	window._w.resizeTo(url.width+25,url.height+60);
	 }
}

function imagePopup1(url)
{
	if(typeof(url)!="object")
	{
  		window._w = window.open("","","width=30,height=30,scrollbars=no,resizable=yes");
		window._w.document.open();
		window._w.document.write('<html><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
		window._w.document.write('<center><table height="100%"><tr><td align="center" valign="middle">');
		window._w.document.write('<a href="javascript:window.close();">');
		window._w.document.write('<img alt="软件截图" border="0" src="'+url+'" onLoad="opener.imagePopup(this);"></a>');
		window._w.document.write('<br><a href="javascript:window.close();">');
		window._w.document.write('<font face="Verdana" size="2"><b>点击关闭</font>');
		window._w.document.write('</b></a></td></tr></table></center></body></html>');
		window._w.document.close();
	}
	else
	{
		if(document.layers)
			window._w.resizeTo(url.width,url.height);
		else
			window._w.resizeTo(url.width+25,url.height+60);
	}
}

var download_url="";

function body_onload() {
	if (self != top)
	{
		if (self.location=="http://www.softsea.net/links.php")
			top.location="http://www.softsea.net/";
		else
			top.location=self.location;
	}

	a = document.getElementById('download_div');
	if (a) a.innerHTML = download_url;
	
}

setTimeout("body_onload()",20000);

function body_onload1() {
	if (self != top)
	{
		if (self.location=="http://www.softsea.net/links.php")
			top.location="http://www.softsea.net/";
		else
			top.location=self.location;
	}

	a = document.getElementById('download');
	if (a) a.innerHTML = download_url;

}

//setTimeout("body_onload1()",20000);

function hide_error_message()
{
	return true;
}

window.OnError=hide_error_message;

function showbanner(aPlace, aType)
{
}