function ConfirmDel()
{
   if(confirm("确定要删除这条信息吗？一旦删除将不能恢复！"))
     return true;
   else
     return false;
	 
}

function winopen(url)
{
window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=640,height=450,top=200,left=100");
}

function dl(id) { window.open("dl.asp?ArticleId="+id,"","height=380,width=450,left=200,top=0,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");}
function dlflv(id) { window.open("dlflv.asp?ArticleId="+id,"","height=380,width=450,left=200,top=0,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");}
function doClick_down(o){
	 o.className="current";
	 var j;
	 var id;
	 var e;
	 for(var i=1;i<=2;i++){
	   id ="down"+i;
	   j = document.getElementById(id);
	   e = document.getElementById("d_con"+i);
	   if(id != o.id){
	   	 j.className="";
	   	 e.style.display = "none";
	   }else{
		e.style.display = "block";
	   }
	 }
	 }
	 
function doClick_news(o){
	 o.className="current";
	 var j;
	 var id;
	 var e;
	 for(var i=1;i<=2;i++){
	   id ="news"+i;
	   j = document.getElementById(id);
	   e = document.getElementById("news_con"+i);
	   if(id != o.id){
	   	 j.className="";
	   	 e.style.display = "none";
	   }else{
		e.style.display = "block";
	   }
	 }
	 }
 function doClick_info(o){
	 o.className="current";
	 var j;
	 var id;
	 var e;
	 for(var i=1;i<=4;i++){
	   id ="info"+i;
	   j = document.getElementById(id);
	   e = document.getElementById("info_con"+i);
	   if(id != o.id){
	   	 j.className="";
	   	 e.style.display = "none";
	   }else{
		e.style.display = "block";
	   }
	 }
	 }
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
