tagName = "photo";

function photoView(url){
	window.open(url, 'picview', 'height=768, width=980, top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no');
}
