

<!-- 
function newWindow(){
popup = window.open("", "value", "width=520,height=400,scrollbars=0,resizable=0");
}
//-->



<!-- 
   if (document.images)
        {


					// Active images
                menu1on = new Image;
                menu1on.src = "../images/nav_projects02.gif";  
                menu2on = new Image; 
                menu2on.src = "../images/nav_people02.gif";
                menu3on = new Image; 
                menu3on.src = "../images/nav_statement02.gif";
				menu4on = new Image; 
                menu4on.src = "../images/nav_plan02.gif";
				menu5on = new Image; 
                menu5on.src = "../images/nav_help02.gif";
				menu6on = new Image; 
                menu6on.src = "../images/nav_order02.gif";
				menu7on = new Image; 
                menu7on.src = "../images/nav_contact02.gif";


						// Inactive images
                menu1off = new Image;
                menu1off.src = "../images/nav_projects01.gif"; 
                menu2off = new Image;
                menu2off.src = "../images/nav_people01.gif";
                menu3off = new Image; 
                menu3off.src = "../images/nav_statement01.gif";
				menu4off = new Image; 
                menu4off.src = "../images/nav_plan01.gif";
				menu5off = new Image; 
                menu5off.src = "../images/nav_help01.gif";
				menu6off = new Image; 
                menu6off.src = "../images/nav_order01.gif";
				menu7off = new Image; 
                menu7off.src = "../images/nav_contact01.gif";
				
				
				
						// Active Photos
				photo_peopleon = new Image; 
				photo_peopleon.src = "../people/images/photo_on.gif";
				photo_statementon = new Image; 
				photo_statementon.src = "../statement/images/photo_on.gif";
				photo_planon = new Image; 
				photo_planon.src = "../plan/images/photo_on.gif";
				photo_contacton = new Image; 
				photo_contacton.src = "../contact/images/photo_on.gif";
				photo_projectson = new Image; 
				photo_projectson.src = "../projects/images/photo_on.gif";
				photo_helpon = new Image; 
				photo_helpon.src = "../help/images/photo_on.gif";
				photo_orderon = new Image; 
                photo_orderon.src = "../orderbook/images/photo_on.gif";
				
				
						// Inactive Photos
				photo_peopleoff = new Image; 
                photo_peopleoff.src = "../people/images/photo.gif";
				photo_statementoff = new Image; 
                photo_statementoff.src = "../statement/images/photo.gif";
				photo_planoff = new Image; 
                photo_planoff.src = "../plan/images/photo.gif";
				photo_contactoff = new Image; 
                photo_contactoff.src = "../contact/images/photo.gif";
				photo_projectsoff = new Image; 
                photo_projectsoff.src = "../projects/images/photo.gif";
				photo_helpoff = new Image; 
                photo_helpoff.src = "../help/images/photo.gif";
				photo_orderoff = new Image; 
                photo_orderoff.src = "../orderbook/images/photo.gif";


        }
function img_act(imgName)
        {
        if (document.images)
                {
                        imgOn = eval(imgName + "on.src");
                        document [imgName].src = imgOn;
                }
        }
function img_inact(imgName)
        {
        if (document.images)
                {
                        imgOff = eval(imgName + "off.src");
                        document [imgName].src = imgOff;
                }
        }

//-->



