var flash
function popwin(theURL, width, height) {

	if(flash == null || flash.closed) {
		flash = window.open("/escorted-tours-pop.asp", "popup", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=800" + width + ",height=600" + height + ",top=130,left=240");
	} else {
		flash.close()
		flash = window.open("/escorted-tours-pop.asp", "popup", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=800" + width + ",height=600" + height + ",top=130,left=240");
	}
}
