// JavaScript Document

function viewScreenshot(scrshot) {
	var path = "/images/screenshots/" + scrshot;
	var viewer = window.open(path, "hWnd", "width=820,height=660,status=yes,resizeable=yes,location=no");
	return false;
}