function GalleryWin(url)
{
	var w = window.open(url,'name','scrollbars=yes,toolbar=no,width=640,height=480,resizable=yes,scrollbars=yes,toolbar=no,status=yes');
	w.focus();
}