<!--
/*****************************************************************************/
/* Get Rates Web Service Java Script Functions							     */
/*****************************************************************************/
	function start_rate_window(desktopURL) {
	  myPopup = '';
	  myPopup = window.open( desktopURL, "_blank", "status=no,scrollbars=no,width=525,height=300,resizable=yes" );
		if (!myPopup.opener)
		 myPopup.opener = self;
	}

	function start_map_window(desktopURL) {
	  myPopup = '';
	  myPopup = window.open( desktopURL, "_blank", "status=no,scrollbars=yes,width=790,height=650,resizable=yes" );
		if (!myPopup.opener)
		 myPopup.opener = self;
	}

	function start_picture_window(desktopURL) {
	  myPopup = '';
	  myPopup = window.open( desktopURL, "_blank", "status=no,scrollbars=no,width=525,height=415,resizable=yes" );
		if (!myPopup.opener)
		 myPopup.opener = self;
	}

	function start_mortgage_window(desktopURL) {
	  myPopup = '';
	  myPopup = window.open( desktopURL, "_blank", "status=no,scrollbars=yes,width=730,height=650,resizable=yes" );
		if (!myPopup.opener)
		 myPopup.opener = self;
	}

	function start_largehelp3(desktopURL)
	{
	  var desktop = window.open( desktopURL, "_blank", "status=no,scrollbars=yes,width=500,height=500,resizable=yes" );
	}

	function start_email_window(desktopURL)
	{
	  var desktop = window.open( desktopURL, "_blank", "status=no,scrollbars=no,width=400,height=350,resizable=yes" );
	}
	
   function HPP_CheckDownPayment()
   {
	document.HHPForm1.DownPayment.value = ""
	}	
// -->