function OpenWindow(url,winName,features) {
	show = window.open(url,winName,features);
	show.focus(winName);
}
