var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'Gallery','height=500,width=600');
	if (window.focus) {newwindow.focus()}
}

