function popPhotoLG(c1Page) {
	win=window.open(c1Page,"winPhotoLG","toolbar=No,scrollbars=No,resizable=No,width=470,Height=320");
	if (!win.opener)win.opener=self;
   	if (win.focus)win.focus();
}