<!--

var cWin;
function calc() 
{
var URL = "http://www.americandreamhomescorp.com/mortgage-calculator2.asp";

LeftPosition = (screen.width) ? (screen.width-535)/2 : 0;
TopPosition = (screen.height) ? (screen.height-594)/2 : 0;


cWin=window.open(URL,'_calcWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=535,height=594');
cWin.focus();
}
//-->
	