function enlargePhoto(thepic){

	newWin = window.open('enlargePhoto.asp?' + thepic,'newWindow','width=200,height=200,toolbar=no,location=no,scrollbars=yes');

}




function photoWindow(theurl,thewidth,theheight){

	newWin = window.open(theurl,'newWindow','width=' + thewidth + ',height=' + theheight + ',toolbar=no,location=no,scrollbars=no');

}




function xmasBookingForm(){

	newWin = window.open('xmasbookingform.asp','newWindow','width=750,height=500,toolbar=yes,location=no,scrollbars=yes');

}







