function pviiClassNew(obj, new_style) { 
  obj.className=new_style;
}
function TG_goTo( url ) {
	if(url=="../oemp/admin/index.php"){
		url="../oemp/admin/index.php?refpg=admin";
		var win1=window.open(url,"RedBrickPizza1","width=770,height=500,scrollbars=yes,resizable=yes,menubar=yes,toolbars=yes");
	}
	else if(url=="UserManual.htm" || url=="MDManual.htm" || url=="STManual.htm" || url=="../oemp_UsersManual.pdf"){
		var win2=window.open(url,"RedBrickPizza2","width=770,height=500,scrollbars=yes,resizable=yes,menubar=yes");
	} 
	else {
		window.location.href = url;	
	}	
	
}


