<!--
function loadimages() {

pic1_up = new Image();
pic1_up.src="../Images/Ad_Article_14_2.gif";
pic2_up = new Image();
pic2_up.src="../Images/Ad_Article_24_2.gif";
pic1_dn = new Image();
pic1_dn.src="../Images/Ad_Article_14_1.gif";
pic2_dn = new Image();
pic2_dn.src="../Images/Ad_Article_24_1.gif";

}
//-->