function NewWnd(url) {
	var w = window.open(url, null
		, 'menubar=0,resizable=0,scrollbars=0,top=50,left=50,width=640,height=480'
		, true);
}
