function OpenWindow(Target,WindowName)
{
	MyWindow=window.open(Target,WindowName,"width=440,height=420,left=400,top=100,dependent=yes,location=no,status=no,resizable=yes");
	MyWindow.focus();
}

