 function menu_func(menuname)
 {     
         document.all("div1").style.display = "none" ;
         document.all("div2").style.display = "none" ;
         document.all("div3").style.display = "none" ;
         document.all("div4").style.display = "none" ;
         document.all("div5").style.display = "none" ;
         srcBox = "div" + menuname;
         document.all(srcBox).style.display = "Block" ;      	
 }
 
  function dosubmitFrm(item) {
		eval(item).submit();
		
		return;
		
	}
  function winOpener(tmp,namefile){
  	temp = "news/printpage.asp?prin=" + tmp  ;
    openWin = window.open(temp, "openWin", "width=600, height=400, scrollbars=yes, status=no,resizable=yes,toolbar=no, menubar=no, top=100, left=250");
    }




  function winOpenImage(tmp)
   {	

    temp = "news/Binarynews.asp?id=" + tmp ;   
    openWin = window.open(temp, "openWin", "width=600, height=400, scrollbars=yes, status=no,resizable=yes,toolbar=no, menubar=no, top=100, left=250");
    }
