

function GalleryWindow(url)
{
	newwindow=window.open(url,'name','height=810,width=780');
	if (window.focus) {newwindow.focus()}
}