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