
function openpicture(filename) {	
	var windowname = filename.substr(0,filename.length - 4) + filename.substr(filename.length - 3,3);
	var X = 20 + (Math.random() * (screen.width - 720));
	var Y = 20 + (Math.random() * (screen.height - 640));
	if (screen.height == 600) { Y = 7;	}
	window.open ("../picture_window.html",windowname,"toolbar=no, status=no, location=no, menubar=no, scrollbars=no, resizable=yes, top=" + Y + ", left=" + X + ", width=670, height=540",null);
}
document.write ('<script language="JavaScript" src="http://www.naturalchild.org/gallery/urlhash.js.php"><\/script>');