function openWin(pageName, url, widthStr, heightStr){
	window.open(url, pageName,'width='+widthStr+',height='+heightStr+',status=no,toolbar=no,menubar=no,directories=no,location=no,scrollbars=no,resizable=no,alwaysRaised=yes,titlebar=yes,z-lock=yes');
}