function sres(){
  if (screen.width < 1024){
    alert("Your screen resolution is "+screen.width+"*"+screen.height+". This site is optimised for 1024*768 or greater.");    }
  }
  
function showtext(data){
  icontext.innerHTML=data;
}

function makeMenus(vLoc, vLoc2){
  showTopMenu(vLoc);
  showTopMenu2(vLoc, vLoc2);
  makeMontage(vLoc);
  }

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=550,left = 212,top = -16');");
}

function popUpLge(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=600,left = 212,top = -16');");
}