// trash any frames
if (top.frames.length != 0) top.location = document.location;



// bring window to front
window.focus();



// photo popup

function popUp(thePage,theTarget,theWidth,theHeight,showToolbar){
	window.open(thePage,theTarget,'toolbar=' + showToolbar + ',location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + theWidth + ',height=' + theHeight);
}

