function opennewsofcontent (url)
{
	ContentWindow = window.open(url,"_blank","toolbar=no,top=0,left=0,width=790,height=600,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no")
	ContentWindow.focus();
}


function document_onmousedown() {
if (window.event.button==2 || window.event.button==3){
	alert("对不起！版权所有，严禁复制！");
			return false;
}
function keyclick(){
if (event.keyCode==67 || event.keyCode==17)
   alert("对不起！版权所有，严禁复制！");
   }
}
function opennewwindow (url)
{
	ContentWindow = window.open(url,"_blank","toolbar=no,top=60,left=50,width=640,height=580,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=yes")
	ContentWindow.focus();
}

function openpopwindow (url)
{
	ContentWindow = window.open(url,"popWindow","toolbar=no,top=60,left=50,width=640,height=580,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=yes")
	ContentWindow.focus();
}

function cpopwin(url)
{
	ContentWindow = window.open(url,"popWindow","toolbar=no,top=60,left=150,width=640,height=580,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=yes")
	ContentWindow.focus();
}
