<!--
function calc()
{
	n1=document.calcForm.number1.value;
	n1=eval(n1);
	n=n1;
	if(document.calcForm)n=Math.floor(n /0.95);
	document.calcForm._price.value=n;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
