// JavaScript Document
<!--
function popup(idx,id,position,price) 
{ 
$helpfile="../help/notfound.htm"
if (idx==0){$helpfile="/comingsoon.html"}
if (idx==1){$helpfile="/popup/stampduty.html"}
if (idx==2){$helpfile="/popup/stampdutyrates.html"}
if (idx==3){$helpfile="/popup/mpp.html"}
if (idx==4){$helpfile="/popup/mii.html"}
if (idx==5){$helpfile="/popup/valuation.html"}
if (idx==6){$helpfile="/popup/housebuyerssurvey.html"}
if (idx==7){$helpfile="/popup/buildingsurvey.html"}
if (idx==8){$helpfile="/popup/mortgage_calculator.html"}
if (idx==9){$helpfile="/popup/arrange_survey.php?propid="+id}
if (idx==10){$helpfile="/popup/survey_details.php?propid="+id+"&price="+price}
if (idx==11){$helpfile="/popup/details_io.html"}
if (idx==12){$helpfile="/popup/details_ci.html"}
if (idx==13){$helpfile="/popup/howmuchcaniborrow.html"}
if (idx==14){$helpfile="/popup/details_mii.html"}
if (idx==15){$helpfile="/popup/details_mpp.html"}
if (idx==16){$helpfile="/popup/new_quote.php"}
if (idx==17){$helpfile="/popup/arrange_survey2.php?price="+price}
if (idx==18){$helpfile="/popup/vat.html"}
if (idx==19){$helpfile="/popup/legalfees.html"}


if (position==1) 	{	
	PopUp1=window.open($helpfile, 'Extra','width=250,height=350,top=2, left=2,resizable=0,scrollbars=no,titlebar=no,menubar=no,status=no,toolbar=no,location=no ');
	PopUp1.focus();	}
if (position==2)	{
	PopUp2=window.open($helpfile, 'Central','width=500,height=400,top=100, left=200,resizable=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no ');
	PopUp2.focus();
					}
if (position<1)		{
	PopUp0=window.open($helpfile, 'Info','width=500,height=400,top=2, left=2,resizable=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no ');
	PopUp0.focus();
					}

}
function comingsoon()
{
	test=alert("This service will commence shortly");
}
//-->