function ShowTour(pTourID, NoAgent){
	if(NoAgent)
		window.open('tour80a1.html?TourID='+pTourID+'&NoAgent=true','','width=745,height=600,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	else
		window.open('tour80a1.html?TourID='+pTourID,'','width=745,height=600,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function ShowPreviewTour(pTourID, pForceLayout){
	if(pForceLayout)
		window.open('tour80a1.html?TourID='+pTourID+'&Preview=true&ForceLayout='+pForceLayout,'','width=745,height=600,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	else
		window.open('tour80a1.html?TourID='+pTourID+'&Preview=true','','width=745,height=600,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function SendToFriend(pTourID){
	window.open('sendtofriend80a1.html?TourID='+pTourID,'','width=475,height=300,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
	
function EmailAgent(pTourID, pUserID){
	window.open('sendtoagent97f3.html?UserID='+pUserID+'&TourID='+pTourID,'','width=475,height=400,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function ShowTip(pTipID){
	window.open('showtip5f16.html?TipID='+pTipID,'','width=475,height=300,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function ShowFlyer(pTourID){
	window.open('flyer80a1.html?TourID='+pTourID,'','width=655,height=500,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function ShowPreviewFlyer(pTourID){
	window.open('flyer80a1.html?TourID='+pTourID+'&Preview=true','','width=650,height=500,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}

function ShowCalculator(pTourID, pPrice){
	window.open('calculatorfaa8.html?Price='+pPrice,'','width=400,height=200,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
	
function ShowMap(pTourID, pAddress, pCity, pState, pZip){
	
	window.open("http://maps.yahoo.com/py/maps.py?&addr="+pAddress+"&csz="+pCity+"%"+pState+"+"+pZip,'','width=700,height=550,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
/*
function ShowMap(pTourID, pAddress, pCity, pState, pZip){
	
	window.open("http://jsvt.justsnooping.com/getmap.jsp?TourID="+pTourID,'','width=450,height=550,left=10,top=10,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
*/
function ShowSchools(pTourID, pAddress, pCity, pState, pZip){
	window.open("http://nces.ed.gov/globallocator/index.asp?search=1&State="+pState+"&city="+pCity+"&zipcode="+pZip+"&School=1&PrivSchool=1",'','');
	}