function openwindow(where)
{
	window.open(where,"mywindow","menubar=1,resizable=1,width=650,height=450");
}

