function openwindow(URL,name,features)
{
	mywindow = window.open(URL,name,features);
	mywindow.moveTo(400,200);
}
