// JavaScript Document


function openwindow(page)
{
	window.open(page,"mywindow","menubar=1,resizable=1,width=800,height=600");
}

