// JavaScript picture popup

function picviewer(path){
	window.open ("picviewer.html?"+path, "picviewer", " width=480px, height=520px, toolbar=0, location=0, directories=0, scrollbars=1");
}
