var newwindow;
function gallery(url)
{
	newwindow=window.open(url,'name','height=780,width=1100,resizable,scrollbars=yes,menu=no,toolbars=no,location=no');
	if (window.focus) {newwindow.focus()}
}// JavaScript Document