// JavaScript Document
if(document.images){
	
	homeButton_def=new Image
	homeButton_roll=new Image	
	homeButton_def.src="images/navigation_03.gif"
	homeButton_roll.src="images/navigation_roll_03.gif"
	
	companyProfileButton_def=new Image
	companyProfileButton_roll=new Image	
	companyProfileButton_def.src="images/navigation_04.gif"
	companyProfileButton_roll.src="images/navigation_roll_04.gif"
	
	projectsButton_def=new Image
	projectsButton_roll=new Image	
	projectsButton_def.src="images/navigation_05.gif"
	projectsButton_roll.src="images/navigation_roll_05.gif"
	
	reviewsButton_def=new Image
	reviewsButton_roll=new Image	
	reviewsButton_def.src="images/navigation_06.gif"
	reviewsButton_roll.src="images/navigation_roll_06.gif"
	
	eventsButton_def=new Image
	eventsButton_roll=new Image	
	eventsButton_def.src="images/navigation_07.gif"
	eventsButton_roll.src="images/navigation_roll_07.gif"
	
	contactUsButton_def=new Image
	contactUsButton_roll=new Image	
	contactUsButton_def.src="images/navigation_08.gif"
	contactUsButton_roll.src="images/navigation_roll_08.gif"	
	
	} else {
	
	homeButton_def=""
	homeButton_roll=""	
	document.homeButton=""
	
	companyProfileButton_def=""
	companyProfileButton_roll=""	
	document.companyProfileButton=""
	
	projectsButton_def=""
	projectsButton_roll=""	
	document.projectsButton=""
	
	reviewsButton_def=""
	reviewsButton_roll=""	
	document.reviewsButton=""
	
	eventsButton_def=""
	eventsButton_roll=""	
	document.eventsButton=""
	
	contactUsButton_def=""
	contactUsButton_roll=""	
	document.contactUsButton=""	
}

function viewLarge(webPage){
myleft=(screen.width)?(screen.width-360)/2:100;mytop=(screen.height)?(screen.height-300)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=360,height=300,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
PopupWin=window.open(webPage,'pictureViewe', settings);
PopupWin.focus();}