function showPics(url) {
	var winl = (screen.width-950)/2;
	var wint = (screen.height-600)/2;
	window.open(url, 'map', 'width=950,height=600,scrollbars=no,toolbar=no,location=no,status=no,top='+wint+',left='+winl);
}
