//-------------------------------------------------------------------
// Mouseover code
//-------------------------------------------------------------------
function rollover(path,name,over)
{
	if(window.document.images) 
	{
		if (over)
			window.document.images[name].src = path + "images/" + name + "_hot.gif";
		else
			window.document.images[name].src = path + "images/" + name + ".gif";
	}
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

//-------------------------------------------------------------------
// Popup window 
//-------------------------------------------------------------------
function popup(url)  {
	window.open(url , "_remote_control", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=550,width=730");
}

function popup2(url)  {
	window.open(url , "_remote_control", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=400,width=730");
}

function popup3(url)  {
	window.open(url , "_remote_control", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=500,width=860");
}


