// JavaScript for AMO HOME LOANS FUNCTIONS
function Urgent(){
window.open('amo_urgent_loan_enquiry.asp','enquiry',config='width=420, height=400,left=100,top=25,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=noresize');
}

<!--Code for LSN Button and LSN Demo Button  Version 2.2 31-01-2001
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function doOpen2()
{
 var height;
 var width;
 var statusbar;
 var s = "https://www.lsn.com.au/scripts/cgiclnt.dll/LSN/ND000_?EWF_SYS_0=e95654f1-2565-11d4-8fa4-00b0d0302a92&EWF_FORM_NAME=0000946&EWF_BUTTON_Submit=Submit";
 if ((screen.availHeight <= 600) || (screen.availWidth <= 800)) {
   statusbar = 0;
   if(screen.availHeight > 600){
     height = 600;
   }
   else{
     height = screen.availHeight - 28;
   }
   if(screen.availWidth > 800){
     width = 800;
   }
   else{
     width = screen.availWidth - 10;
   }
 }
 else {
   statusbar = 1;
   height = 600;
   width = 800;
 }
 if (navigator.appName=="Netscape"){
  if (statusbar){
   window.open(s, "LSN","toolbar=no,status=yes,location=no,menubar=no,directories=no,scrollbars=yes,resizable=no,screenX=0,screenY=0,left=0,top=0,width="+ width + ",height=" + height);
  }
  else{
   window.open(s, "LSN","toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=yes,resizable=no,screenX=0,screenY=0,left=0,top=0,width="+ width + ",height=" + height);
  }
 }
 else{
  if (statusbar){
   window.open(s, "LSN","toolbar=no,status=yes,location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0,width="+ width + ",height=" + height);
  }
  else{
   window.open(s, "LSN","toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0,width="+ width + ",height=" + height);
  }
 }
}
function doOpen3()
{
 var height;
 var width;
 var statusbar;
 var s = "https://www.lsn.com.au/demo/Introduction.htm";
 if ((screen.availHeight <= 600) || (screen.availWidth <= 800)) {
   statusbar = 0;
   if(screen.availHeight > 600){
     height = 600;
   }
   else{
     height = screen.availHeight - 28;
   }
   if(screen.availWidth > 800){
     width = 800;
   }
   else{
     width = screen.availWidth - 10;
   }
 }
 else {

   statusbar = 1;

   height = 600;

   width = 800;
 }
 if (statusbar){
window.open(s,"LSNdemo","toolbar=no,status=yes,location=no,menubar=no,directories=no,scrollbars=yes,resizable=no,screenX=0,screenY=0,left=0,top=0,width="+width+ ",height=" + height);
 }
 else{
window.open(s,"LSNdemo","toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=yes,resizable=no,screenX=0,screenY=0,left=0,top=0,width="+width+ ",height=" + height);
 }
}
-->