// JavaScript Document
function photopop(url,windowname,properties) {
	window.open(url, windowname, properties);
}