function OpenWin(URL){
	addrwin = window.open(URL,"CfgWin","width=640,height=480,scrollbars=yes");
	addrwin.moveTo(200,150);
	return;
}
