
<!-- Urchin Tracking Module NEW - (ALL)

<!-- Currency convert #1 - (ALL) -->
document.write('<script src="http://au.convert.worldlingo.com/cur.js?account=p75704&same=Show&format=3&decimals=0" type="text/javascript" language="javascript"></script>');


<!-- Currency convert #2 - (ALL) -->
var pre=''; 
var post=''; 
function wlconvert(amount) { document.write(pre + 'AU$' + eval(amount) + post); } 
function wllink() {document.write(arguments[0]);} 
function visitorCurrency() {return('AUD');} 
function visitorCurrency2() {return('AU');} 
function visitorCurrencyName() {return('');} 
function visitorCurrencySymbol() {return('');} 
function reconvert() {}

<!-- Email Newsletter - (ALL) -->
function email_link() {
  var EmailURL = "/emailthankyou.asp?email=" + (document.emailform.email.value);
  ted=window.open(EmailURL,"Menu",'resizable=1,scrollbars=no,height=200,width=300,left=300,top=300');
  if (ted.opener == null) ted.opener = window;
  ted.opener.name = "opener"; 
}

<!-- Column Navbuttons - (ALL) -->
function e(id) {return document.getElementById(id);}

varimg1 = new Image();
varimg2 = new Image();
varimg3 = new Image();
varimg4 = new Image();
varimg5 = new Image();
varimg6 = new Image();
varimg1.src = "/images/right_tile_m.gif";
varimg2.src = "/images/right_tile_c.gif";
varimg3.src = "/images/left_tile_m.gif";
varimg4.src = "/images/left_tile_c.gif";
varimg5.src = "/images/head_tile_m.gif";
varimg6.src = "/images/head_tile_c.gif";

function mouseOverChangeRight( fieldname ){e(fieldname).className = "right_bkgnd2";}
function mouseOutChangeRight( fieldname ){e(fieldname).className = "right_bkgnd1";}
function onClickChangeRight( fieldname ){e(fieldname).className = "right_bkgnd3";}
function mouseOverChangeLeft( fieldname ){e(fieldname).className = "left_bkgnd2";}
function mouseOutChangeLeft( fieldname ){e(fieldname).className = "left_bkgnd1";}
function onClickChangeLeft( fieldname ){e(fieldname).className = "left_bkgnd3";}
function mouseOverChangeHead( fieldname ){e(fieldname).className = "head_bkgnd2";}
function mouseOutChangeHead( fieldname ){e(fieldname).className = "head_bkgnd1";}
function onClickChangeHead( fieldname ){e(fieldname).className = "head_bkgnd3";}

<!-- Image popup - (ALL) -->
function image_open(image_loc,img,owidth,oheight,im_alt){
  var window_width = owidth;
  var window_height = oheight;
  HTML = "<html><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()' onmousedown='top.close()' TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><img src='"+ image_loc +"' border=0 name=load_image alt='" + im_alt + "'></body></html>";
  popupImage = window.open('','_blank','toolbar=no,scrollbars=no,top=0,left=0,resizable=yes,width='+window_width+',height='+window_height+'');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.document.close();
  obj_img = document.getElementById(img);
}
<!-- Image Swap Google Map - (ALL?) -->

if (document.images) {
     button1 = new Image
     button2 = new Image

     button1.src = '/images/google_map_search1.jpg'
     button2.src = '/images/google_map_search2.jpg'
 }

<!-- Movie - (CRUISES, ISLANDS)-->
function movie(URL, vtype) {
	if (vtype=='high'){
		vWidth = '661';
		vHeight = '610';
	}
	else if (vtype=='low'){
		vWidth = '340';
		vHeight = '370';
	}
	else if (vtype=='cc'){
		vWidth = '490';
		vHeight = '415';
	}
		
	task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=0,left=0,top=0,width='+vWidth+',height='+vHeight+'');
}

<!-- Reasons popup window - (ALL)-->
function reasons(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=0,left=150,top=50,width=374,height=658');
}

<!-- Reasons2 popup window - (CRUISE)-->
function reasons2(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=0,left=150,top=50,width=374,height=672');
}