function winLauncher(url,winName,features){
	birth=window.open(url,winName,features);
	birth.focus();
}