function CopyUrl( TopicUrl )
{
	clipboardData.setData( 'Text',TopicUrl );
	window.alert( 'µØÖ·ÒÑ±»¸´ÖÆ');
}

function doZoom(size,height)
{
document.getElementById('divTopic').style.fontSize=size+'px';
document.getElementById('divTopic').style.lineHeight= height+'px';
for(var i=1;i<=50;i++ )
{
	try
	{	
	document.getElementById('divFloor'+i).style.fontSize=size+'px'  
	document.getElementById('divReply'+i).style.fontSize=size+'px'
	document.getElementById('divInfo'+i).style.fontSize=size+'px'
	
	document.getElementById('divFloor'+i).style.lineHeight=height+'px'  
	document.getElementById('divReply'+i).style.lineHeight=height+'px'
	document.getElementById('divInfo'+i).style.lineHeight=height+'px'
	}
	catch(e){break;}
	finally{
	}	
	
}	
}


function Submit_onclick()
{
if(window.top.document.getElementById("myFrame").cols=="510,12,*")
{
window.top.document.getElementById("myFrame").cols="0%,12,*";
window.top.midFrame.document.getElementById("ImgArrow").src="/images/ar.gif"
}
else
{
window.top.document.getElementById("myFrame").cols="510,12,*"
window.top.midFrame.document.getElementById("ImgArrow").src="/images/al.gif"
}
}

function GoFrame(url) 
{
if(self.name!="popmain")
{
var strUrl = self.location.toString();
if( strUrl.indexOf("#") == -1 )
{
 var referrer = document.referrer;
self.location= url +"?MainUrl="+strUrl +"&referrer="+ referrer;
}
}
}