
function winGalleryOpen(theID){
	
	 window.open('sc_photo.aspx?id=' + theID,'','scrollbars=no,width=580,height=610');
	
	}