/**
 *Gallery popup window values
 */
function gallerywin(url) {
	newwindow=window.open(url,'gallery','resizable=yes,width=710,height=600,left=100,screenX=100,top=0,screenY=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
