// JScript source code
	function TravelTo(CommID) {
		viewIMG=open('TravelTo.asp?commID='+CommID,'Directions','height=455,width=425,top=75,left=200, scrollbars=yes');
	}
	
	function viewImage(IMGName, PlanName) {
		viewIMG=open('Imageview.asp?imgID='+IMGName+'&PlanName='+PlanName,'ViewImage','height=455,width=625,top=75,left=200, scrollbars=yes');
	}
	
	function viewGalleryImage(IMGName, ImageID) {
		viewIMG=open('GalleryViewer.asp?imgID='+IMGName+'&ImageID='+ImageID,'ViewImage','height=455,width=625,top=200,left=300, scrollbars=yes');
		viewIMG.focus();
	}	
	
	function RequestInfo(CID) {
		viewIMG=open('RFI_Test.asp?cid='+CID,'InformationRequest','height=600,width=630,top=75,left=200, scrollbars=yes');
	}	
	
	function PlanDetailPU(PID) {
		viewIMG=open('PlanDetailPU.asp?pid='+PID,'PlanDetail','height=300,width=300,top=75,left=200, scrollbars=yes, resizable=yes');
	}		
	
	function showPromo(IMGName, IMGHeight, IMGWidth) {
		viewIMG=open('Promoview.asp?imgID='+IMGName,'ViewPromo','height='+IMGHeight+',width='+IMGWidth+',top=75,left=200, scrollbars=yes');
	}	
	
	function ShowPolicy() {
		viewPolicy=open('RealtorPolicy.asp','RealtorPolicy','height=200,width=400,top=75,left=200, scrollbars=no');
	}	
	
	function GalleryImage(IMGName)
	{
		document.images['PH'].src='images/houses/'+IMGName;
	}
	
	function ShowAudio() {
		viewPolicy=open('AudioPU.asp','Audio','height=200,width=200,top=75,left=200, scrollbars=no');
	}
	
	function showPagePromo(PageName, PageHeight, PageWidth) {
		viewIMG=open(PageName,'ViewPromo','height='+PageHeight+',width='+PageWidth+',top=75,left=200, scrollbars=yes, resizable=yes');
	}	