
function hov(loc,cls){
   if(loc.className)
      loc.className=cls;
}

function openpopup(popurl){
	var winpops=window.open(popurl,'hi','width=600,height=300,scrollbars,resizable')
}



