ie=document.all?1:0;
ns=document.layers?1:0;

function navEffect(obj, effectOn)
{	
	if(ie){
		if(effectOn)
			obj.parentNode.style.backgroundColor='#739CC6';
		else
			obj.parentNode.style.backgroundColor='#A5C6DE';
	}
}

function OpenWindow(URL, w, h)
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=no,location=0,statusbar=no,menubar=no,resizable=no,width="+w+",height="+h+"');");
}
