// Splash Screen

imgpath = "img/"


//Top menu

imgpath =  "img/head/menu/"

home_out = new Image;
home_up = new Image;
home_out.src = imgpath +"home.gif";
home_up.src = imgpath +"home-up.gif";

c2003_out = new Image;
c2003_up = new Image;
c2003_out.src = imgpath +"c2003.gif";
c2003_up.src = imgpath +"c2003-up.gif";

lg2003_out = new Image;
lg2003_up = new Image;
lg2003_out.src = imgpath +"lg2003.gif";
lg2003_up.src = imgpath +"lg2003-up.gif";

contact_out = new Image;
contact_up = new Image;
contact_out.src = imgpath +"contact.gif";
contact_up.src = imgpath +"contact-up.gif";

op_out = new Image;
op_up = new Image;
op_out.src = imgpath +"op.gif";
op_up.src = imgpath +"op-up.gif";

ps_out = new Image;
ps_up = new Image;
ps_out.src = imgpath +"proshop.gif";
ps_up.src = imgpath +"proshop-up.gif";




//Flags

imgpath =  "img/head/"

f1_out = new Image;
f1_up = new Image;
f1_out.src = imgpath +"f1.gif";
f1_up.src = imgpath +"f1up.gif";

f2_out = new Image;
f2_up = new Image;
f2_out.src = imgpath +"f2.gif";
f2_up.src = imgpath +"f2up.gif";

f3_out = new Image;
f3_up = new Image;
f3_out.src = imgpath +"f3.gif";
f3_up.src = imgpath +"f3up.gif";

f4_out = new Image;
f4_up = new Image;
f4_out.src = imgpath +"f4.gif";
f4_up.src = imgpath +"f4up.gif";

f5_out = new Image;
f5_up = new Image;
f5_out.src = imgpath +"f5.gif";
f5_up.src = imgpath +"f5up.gif";

f6_out = new Image;
f6_up = new Image;
f6_out.src = imgpath +"f6.gif";
f6_up.src = imgpath +"f6up.gif";


// The Function
function ChangeImage(name,img)
{
 name.src = img.src;
}
