function popGallery() {
	window.open('/gallery.html','gallery','height=435,width=625,scrollbars=no,resizable=no,status=yes');
	return false;
}
function openMe(url,width,height) {
	window.open(url,'pop','height='+height+',width='+width);
	return false;
}