
		function printPage() 
		{
			if (window.print)
				window.print()
			else
			alert("Sorry, your browser doesn't support this feature.");
		}   
		function calc(lp)
		{  
			DispWin = window.open('http://mlsplug-in.com/include/calculator.asp?lp=' + lp,'calc'+lp, 'height=250,width=250,resizable=yes,scrollbars=no,toolbars=no');
		}
		

