function viewgallery(galleryurl) 
{
	myRef = window.open(galleryurl,"mywin","width=690,height=460,toolbar=0,resizable=0,scrollbars=1");
}

