function on(x, cl) {
	var topN = document.getElementById(x);
	topN.className = cl;
}


function WinOpen (f, w, h, name) 
{
   window.open(f, name,'width='+w+', height='+h+', scrollbars=no, resizable=no');
	return false; 
}  		
		
