// JavaScript Document

function openWindow(page)
{
	window.open(+page+".html", "pres", "width=400, height=200, resizeable=yes, menubar=no, location=no, toolbar=no");
	
}