   function Ch_Row2(c,obj){
		if (c=='1')
		 {	obj.className='clsTable2';
		  }
		else if (c=='4')
		  {	 obj.className='clsTable4';
		    }
		else
		{   //alert (c);
		    obj.className='clsTable1';
		   }
}


 function ch(form) {
    var myindex=form.menu1.selectedIndex
    if (form.menu1.options[myindex].value != "0") {
    parent.bottom.location=form.menu1.options[myindex].value;}
	}

// Cross-browser get element
function cbGetElement(eName)
{
  if (document.all)
    return document.all[eName];
  else
    return document.getElementById(eName);
}


function popUpWindow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 150,top = 10');");
}


