/*
 * DO NOT REMOVE THIS NOTICE
 *
 * PROJECT:   Air Rarotonga,outsource JavaScript
 * VERSION:   2.1.1
 * COPYRIGHT: (c) 2006,Marcus Gleinig
 */

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function gz_popup_bookhelp(url) {
	newwindow=window.open(url,'name','height=700,width=500');
	if (window.focus) {newwindow.focus()}
	return false;
}
//-->

