// JavaScript Document
var browser_name = navigator.appName;
var oAlpha = 0;
var header_img = new Array();
header_img[0] = new Image();
header_img[0].src = 'images/headers/header1.jpg';
header_img[1] = new Image();
header_img[1].src = 'images/headers/header2.jpg';
header_img[2] = new Image();
header_img[2].src = 'images/headers/header3.jpg';
header_img[3] = new Image();
header_img[3].src = 'images/headers/header4.jpg';
header_img[4] = new Image();
header_img[4].src = 'images/headers/header5.jpg';
header_img[5] = new Image();
header_img[5].src = 'images/headers/header6.jpg';

function swapImage(id, iIndex, oFlag){
	var hoverOn = new Array();
	hoverOn[0] = "images/nav/home_on.jpg";
	hoverOn[1] = "images/nav/digital_on.jpg";
	hoverOn[2] = "images/nav/order_on.jpg";
	hoverOn[3] = "images/nav/design_on.jpg";
	hoverOn[4] = "images/nav/photography_on.jpg";
	hoverOn[5] = "images/nav/digital_albums_on.jpg";
	hoverOn[6] = "images/nav/videography_on.jpg";
	hoverOn[7] = "images/nav/proofing_on.jpg";
	hoverOn[8] = "images/nav/guestbook_on.jpg";
	hoverOn[9] = "images/nav/contact_on.jpg";
	hoverOn[10] = "images/nav/sub/digital_sub_1_on.jpg";
	hoverOn[11] = "images/nav/sub/digital_sub_2_on.jpg";
	hoverOn[12] = "images/nav/sub/digital_sub_3_on.jpg";
	hoverOn[13] = "images/nav/sub/design_sub_1_on.jpg";
	hoverOn[14] = "images/nav/sub/design_sub_2_on.jpg";
	hoverOn[15] = "images/nav/sub/design_sub_3_on.jpg";
	hoverOn[16] = "images/nav/sub/design_sub_4_on.jpg";
	hoverOn[17] = "images/nav/sub/design_sub_5_on.jpg";
	hoverOn[18] = "images/nav/sub/design_sub_6_on.jpg";
	hoverOn[19] = "images/nav/sub/photo_sub_1_on.jpg";
	hoverOn[20] = "images/nav/sub/photo_sub_2_on.jpg";
	hoverOn[21] = "images/nav/sub/photo_sub_3_on.jpg";
	hoverOn[22] = "images/nav/sub/photo_sub_4_on.jpg";
	hoverOn[23] = "images/nav/sub/photo_sub_5_on.jpg";
	hoverOn[24] = "images/nav/sub/photo_sub_6_on.jpg";
	hoverOn[25] = "images/nav/sub/album_sub_1_on.jpg";
	hoverOn[26] = "images/nav/sub/album_sub_2_on.jpg";
	hoverOn[27] = "images/nav/sub/album_sub_3_on.jpg";
	hoverOn[28] = "images/nav/sub/album_sub_4_on.jpg";
	hoverOn[29] = "images/nav/sub/album_sub_5_on.jpg";
	hoverOn[30] = "images/nav/sub/video_sub_1_on.jpg";
	hoverOn[31] = "images/nav/sub/video_sub_2_on.jpg";
	hoverOn[32] = "images/nav/sub/video_sub_3_on.jpg";
	hoverOn[33] = "images/nav/sub/digital_sub_4_on.jpg";
	hoverOn[34] = "images/nav/sub/digital_sub_5_on.jpg";
	
	var hoverOff = new Array();
	hoverOff[0] = "images/nav/home.jpg";
	hoverOff[1] = "images/nav/digital.jpg";
	hoverOff[2] = "images/nav/order.jpg";
	hoverOff[3] = "images/nav/design.jpg";
	hoverOff[4] = "images/nav/photography.jpg";
	hoverOff[5] = "images/nav/digital_albums.jpg";
	hoverOff[6] = "images/nav/videography.jpg";
	hoverOff[7] = "images/nav/proofing.jpg";
	hoverOff[8] = "images/nav/guestbook.jpg";
	hoverOff[9] = "images/nav/contact.jpg";
	hoverOff[10] = "images/nav/sub/digital_sub_1.jpg;