function on_load(){
document.getElementById("hid").className='';
}

 function wOpen(addr) {
width = 800;
height = 600;
 win2 = open(addr,'win2','width='+width+',height='+height+',menubar=no,toolbar=no,status=no');
 }

