function OpenWin(url,winName,features){
	window.open(url,winName, features);
}