var newwindow;
function popgallery(url)
{
	newwindow=window.open(url,'name','height=780,width=600,left=300,top=100');
	if (window.focus) {newwindow.focus()}
}
