function openMain(main_loc,nomef){
	   var main_opts ="width=1033,height=795,resizable=yes,toolbar=no,scrollbars=yes,screenX=400,screenY=0";
            window.open(main_loc,nomef,main_opts);
}
/*
Change Cell Backgrounds -
&copy; Shivaji Basu (www.shivbasu.com)
To add more shock to your site, visit www.DHTML Shock.com
*/
function cOn(td,rgb_val){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor=rgb_val;
}
}

function cOut(td,rgb_val){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor=rgb_val;
}
}

function cOut2(td,rgb_val){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor=rgb_val;
}
}
