﻿function autoPrint()
{
	if (document.location.toString().indexOf("print") > 0) return true;
	else return false;
}

function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"?print'");
	if (restore) selObj.selectedIndex=0;
}

if (autoPrint()) 
{
	if (document.referrer.indexOf(".html") < 0) window.print();
}
else document.location = "/#" + path;

