//open new windows

	var popup = null;

	function open_photo(url) {
	  popup = window.open(url,'photo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=290');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo1(url) {
	  popup = window.open(url,'photo1','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=315');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo2(url) {
	  popup = window.open(url,'photo2','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=525,height=297');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo3(url) {
	  popup = window.open(url,'photo3','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=557');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo4(url) {
	  popup = window.open(url,'photo4','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=337');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}

	var popup = null;

	function open_photo5(url) {
	  popup = window.open(url,'photo5','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=205');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo6(url) {
	  popup = window.open(url,'photo6','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=314');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo7(url) {
	  popup = window.open(url,'photo7','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=416');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo8(url) {
	  popup = window.open(url,'photo8','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=394,height=290');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo9(url) {
	  popup = window.open(url,'photo9','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=525,height=297');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	
	var popup = null;

	function open_photo10(url) {
	  popup = window.open(url,'photo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=425,height=555');
	}
	function blowOut() {
	  if (popup != null && popup.open) popup.close();
	}
	window.onfocus=blowOut;
