// JavaScript Document
function box(x){

  var img=document.getElementById("boxbig");

    img.src="/wp-content/themes/aec/img/page/products/boxes/"+x+".gif"; 

}


function paper(x){

  var img=document.getElementById("paperbig");

    img.src="/wp-content/themes/aec/img/page/products/paperbags/"+x+".gif"; 

}

function noven(x){

  var img=document.getElementById("novenbig");

    img.src="/wp-content/themes/aec/img/page/products/non-woven/"+x+".gif"; 

}


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"; 

}