function popUpdateWindow( s ) {
	var s_array = s.split("-");
	var s1= 'http://www.nsdfoto.com/albums/'+s_array[0]+'/'+s_array[1]+'/buildgallery.php?title='+s_array[2].replace(" ","_");
	var s2 = 'status=0,toolbar=0,location=0,menubar=0,directories=0,width=50,height=120';
	window.open(s1,'nsdfoto',s2);
}
