window.onresize=function()

{

window.onresize=null;

document.location=document.location;

}


normal_Proj = new Image();
normal_Proj.src = "../images/ProjMain.gif";
mouseClick_Proj = new Image();
mouseClick_Proj.src = "../images/ProjHi.gif";

normal_About = new Image();
normal_About.src = "../images/AboutMain.gif";
mouseClick_About = new Image();
mouseClick_About.src = "../images/AboutHi.gif";

normal_Comm = new Image();
normal_Comm.src = "../images/CommMain.gif";
mouseClick_Comm = new Image();
mouseClick_Comm.src = "../images/CommHi.gif";

normal_Cont = new Image();
normal_Cont.src = "../images/ContMain.gif";
mouseClick_Cont = new Image();
mouseClick_Cont.src = "../images/ContHi.gif";


function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}