function gallery(page) 
{
	popup = window.open(page,'1','toolbar=no,location=no,directories=no,menubar=no,resizable=no,status=yes,scrollbars=yes,width=600,height=500'); 

}
