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

