/* Babylon Business Campus Site Script
 * Website Created and Administered by eMaxAds.com and WebGraphicsRus.com
 */
function NoRightClick(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) { if (evnt.which == 3){
alert("Copyright 2008 Heffernan and Partners"); return false; } }
else if (event.button==2)
alert("Copyright 2008 Heffernan and Partners"); } document.onmousedown = NoRightClick;

function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }

function toUnicode(elmnt,content)
{
if (content.length==elmnt.maxLength)
	{
	next=elmnt.tabIndex
	if (next<document.forms[0].elements.length)
		{
		document.forms[0].elements[next].focus()
		}
	}
}
