// JavaScript Document

function openGallery()
{
	window.open('gallery','mywindow','width=800,height=800,toolbar=no')
}
