// JavaScript Document
function show(x){

  var img=document.getElementById("showbig");

    img.src="/wp-content/themes/umbrellas/img/page/home/show/"+x+".jpg"; 

}


function toi(x){

  var img=document.getElementById("toibig");

    img.src="/wp-content/themes/bestlock/img/page/toilet/"+x+".jpg"; 

}

function house(x){

  var img=document.getElementById("housebig");

    img.src="/wp-content/themes/bestlock/img/page/household/big/"+x+".jpg"; 

}


function us(x){

  var img=document.getElementById("usbig");

    img.src="/wp-content/themes/aec/img/page/events/us/"+x+".png"; 

}

function malaysia(x){

  var img=document.getElementById("malaysiabig");

    img.src="/wp-content/themes/aec/img/page/events/malaysia/"+x+".png"; 

}

function singapore(x){

  var img=document.getElementById("singaporebig");

    img.src="/wp-content/themes/aec/img/page/events/singapore/"+x+".png"; 

}

function uk(x){

  var img=document.getElementById("ukbig");

    img.src="/wp-content/themes/aec/img/page/events/uk/"+x+".png"; 

}
