


// pop up gallery windows
function popup(img) {


	mywindow = window.open ('' , 'pic' , 'width=684,height=906,directories=0,location=0,menubar=0,status=0,scrollbars=0,toolbar=0');
	setTimeout('mywindow.focus();',300);
	
	mywindow.document.write('<html><head><title>INSIDERS //  SS09</title></head><body bgcolor="#ffffff"><table width="99%" height="99%"><tr><td align="center" valign="middle"><img src="gallery/SS_2009/full/' + img + '.jpg" border="0"></td></tr></table></body></html>');
}