//preload common images before loading page
var myimages = new Array();
function preloading(){
for (x=0; x<preloading.arguments.length; x++){
myimages[x] = new Image();
myimages[x].src = preloading.arguments[x];
}
}
preloading("../img/header-bg.gif","../img/head.gif","../img/body_bg.png","../img/about.png","../img/menu-bg.gif","../img/quote.gif","../img/bullet0.png","../img/bullet1.png","../img/bullet2.png","../img/dots.jpg","../img/button-bg.jpg","../img/email.png","../img/order.gif","../img/icon-check.gif");
