function popitup(url, width, height)
{
	newwindow=window.open(url,'gal_poopup','height=' + height + ',width=' + width);
	if (window.focus) {newwindow.focus()}
	return false;
}