function openwin(targetURL) 
{ 
	secondwin = window.open(targetURL,'photos','width=650,height=520,resizable=yes,scrollbars=no,toolbar=yes,location=no,status=yes,menubar=yes,');
	secondwin.focus();
} 