
function popTour(sec) {
window.open('/wm_player.php?sec='+sec,'tour','top=10,left=10,width=250,height=200,scrollbars=0,location=0,status=0,resizable=1');
}

function popWalkThru(sec) {
window.open('/current/'+sec+'/tour/','tour','top=10,left=10,width=500,height=250,scrollbars=0,location=0,status=0');
}

function popOptions(sec,plan) {
window.open('/current/'+sec+'/plans/options.php?plan='+plan,'tour','top=10,left=10,width=500,height=250,scrollbars=1,location=0,status=0,resizable=yes');
}

function zoom(sec,mode) {
window.open('/current/'+sec+'/plots/zoom.php?dev='+mode+'&z=0','zoom','top=10,left=10,width=100,height=100,scrollbars=0,location=0,status=0,resizable=yes');
}

function popCall(sec,subsec) {
comm = new Array();
window.open('/call_me_now.php?sub='+subsec,'callback','top=10,left=10,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=460,height=400');
}

function popEmail(sec) {
	window.open('/email.php?interest='+sec,'','top=10,left=10,width=400,height=520,scrollbars=1,location=0,status=0');
}

function popDirs(sec) {
	window.open('/directions.php?comm='+sec,'','top=10,left=10,width=400,height=520,scrollbars=0,location=0,status=0');
}


