function popitup(url)
{
	gallerywindow=window.open(url,'Gallery','height=491,width=601,screenX=100,screenY=100,scrollbars=no');
	if (window.focus) {
		gallerywindow.focus()
	}
	return false;
}