function openComPopup(url,wName,w,h) {
	var newWin=window.open(url,wName,'toolbar=0,location=0,scrollbars=yes,width='+w+',height='+h+',resizable=0');
	newWin.focus();
}

