function syn()
{
		alert();
	if(top.location.search!="?url="+top.location.pathname){
		top.location = "/data/?url=" + top.location.pathname;// + top.fraRightFrame.location.search + top.fraRightFrame.location.hash;
	}
}
function SelectStart()
{
	window.event.cancelBubble = true;
	//window.event.returnValue = false;
	return false;
}