var newwindow;
function poptastic(url)
{
	newwindow=window.open('./www/modules/ct_products/base/client-data/photos.php?location='+url,'name','height=520,width=650,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
