



function openPopUp(popurl, mywidth, myheight){
    	    var winpops=window.open(popurl,"","width="+mywidth+",height="+myheight+",status,scrollbars,resizable");
}


function SelectMenuItem(){

         
         var myV = document.getElementById('menuid_' + js_mypageid);
          
          if (myV!=null) myV.className = "on";
          // myV.innerHTML="fred";
        //alert('ok');

}
