// JavaScript Document
function openwindow(targ, name, w, x)
{
	window.open(targ,name,"menubar=0,resizable=0,width=400,height=400 scrollbars=yes");
}