function PopUpPhotoGallery1()
   	{
  		var hWnd1 = window.open("../photogallery","flash1","width=748,height=680,scrollbars=no,resizable=no,top=50,left=125");
  		if (hWnd1.focus != null) hWnd1.focus();
   	}
	
function pop_up(url)
	{
		window.open(url,"locater", "width=748, height=680,resizable=no,scrollbars=no,top=50,left=130");
	}
	
function popup_flash()
  	{
 		var hWnd1 = window.open("popup.cfm","flash1","width=700,height=500,scrollbars=yes,resizable=no,top=50,left=125");
 		if (hWnd1.focus != null) hWnd1.focus();
  	}
	