function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

function AddToFaves_hp(){
/*	var is_4up = parseInt(navigator.appVersion);
	var is_mac   = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
	var is_ie   = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;*/
	var thePage = location.href;
	if (thePage.lastIndexOf('#')!=-1)
		thePage = thePage.substring(0,thePage.lastIndexOf('#'));
	//if (is_ie && is_4up && !is_mac) 
	if (typeof(window.external) != 'undefined')
		window.external.AddFavorite(thePage,document.title);
	else {//if (is_ie || document.images)
		booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
		booker_hp.focus();
	}
}

if (window.name == 'booker_') {
	document.write(
		"<style>#outsideContainer { display:none; } body { background-color;#DBDBDB; width:325px;height:100px;}</style>"
		+"<div style=\"background-image:url(http://www.bka.co.nz/focus/images/img-nsfavbg.gif); background-repeat:no-repeat; text-align: left; height:101px; padding-top:60px; padding-left:14px; font: 11px Verdana, Arial, Helvetica, sans-serif; color: #1F679A	; \">Press CTRL/D to bookmark this page.<br /><a href=\"#\" style=\"color: #1F679A\" onclick=\"window.close()\">Click here</a> to close this window</div>"
	);
}