﻿// JScript File

function preload() {
  if (!document.images) return;
  var ar = new Array();
  var arguments = preload.arguments;
  for (var i = 0; i < arguments.length; i++) {
    ar[i] = new Image();
    ar[i].src = arguments[i];
  }}

  function TellFriend(){
    var InfoWindow=window.open("http://www.pubscene.com.au/TellFriend.aspx","TellFriend","height = 360,width = 750,directories = no,location = no,menubar = no,resizable = yes,scrollbars = no,status = no,toolbar = no");
}

  function Refer(){
    var InfoWindow=window.open("http://www.pubscene.com.au/members/Refer.aspx","ReferFriend","height = 450,width = 750,directories = no,location = no,menubar = no,resizable = yes,scrollbars = no,status = no,toolbar = no");
}

  function displayImage(ImageURL,ImageTitle) {
     var link = 'ShowImage.aspx?Image=' + ImageURL + '&Title=' + ImageTitle;
     window.open(link,null,'height=250,width=250,status=yes, resizable=no, scrollbars=no, toolbar=no,location=no,menubar=no');
}

