image1 = new Image();
image1.src = "http://www.wushucentral.com/images/home/btn_ps_o.jpg";
image2 = new Image();
image2.src = "http://www.wushucentral.com/images/home/btn_child_o.jpg";
image3 = new Image();
image3.src = "http://www.wushucentral.com/images/home/btn_teen_o.jpg";
image4 = new Image();
image4.src = "http://www.wushucentral.com/images/home/btn_adult_o.jpg";
image5 = new Image();
image5.src = "http://www.wushucentral.com/images/home/btn_fam_o.jpg";
image6 = new Image();
image6.src = "http://www.wushucentral.com/images/shared/sifu_o.jpg";
image7 = new Image();
image7.src = "http://www.wushucentral.com/images/home/img_ps.jpg";
image8 = new Image();
image8.src = "http://www.wushucentral.com/images/home/img_child.jpg";
image9 = new Image();
image9.src = "http://www.wushucentral.com/images/home/img_teen.jpg";
image10 = new Image();
image10.src = "http://www.wushucentral.com/images/home/img_adult.jpg";
image11 = new Image();
image11.src = "http://www.wushucentral.com/images/home/img_fam.jpg";
image12 = new Image();
image12.src = "http://www.wushucentral.com/images/shared/btn_shop_o.jpg";
image13 = new Image();
image13.src = "http://www.wushucentral.com/images/shared/btn_trial_o.jpg";
image14 = new Image();
image14.src = "http://www.wushucentral.com/images/shared/btn_videos_o.jpg";
// End -->

<!-- Begin
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=450,height=300');");
}
// End -->