<!-- 

var url = parent.location.href;
var a = url.lastIndexOf('/') ;
var z = url.substring(0,a);
var d = z.lastIndexOf('/')+1;
if (dept == null) {var dept = url.substring(a,d)};

// Browser Sniffer
var sAgent = navigator.userAgent;
var mac = sAgent.indexOf("Mac") > -1;

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);

ns3 = (bName == "Netscape" && bVer == 3);
ns4 = (bName == "Netscape" && bVer >= 4);
ie3 = (bName == "Microsoft Internet Explorer" && bVer == 3);
ie4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
ver4 = (ns4 || ie4)? true:false;
ie3_ns4_ie4 = (ns4 || ie4 || ie3)? true:false;


// Preload Rollover Images
if (document.images){
// All Sections Nav Images ON
Inav_02_01o = new Image(125, 26);Inav_02_01o.src = (path) + 'images/nav/gallery_over.gif';
Inav_03_01o = new Image(125, 26);Inav_03_01o.src = (path) + 'images/nav/bio_over.gif';
Inav_04_01o = new Image(125, 26);Inav_04_01o.src = (path) + 'images/nav/process_over.gif';
Inav_05_01o = new Image(125, 24);Inav_05_01o.src = (path) + 'images/nav/shows_over.gif';
Inav_06_01o = new Image(125, 25);Inav_06_01o.src = (path) + 'images/nav/other_over.gif';
Inav_07_01o = new Image(125, 25);Inav_07_01o.src = (path) + 'images/nav/testimonials_over.gif';
Inav_08_01o = new Image(125, 26);Inav_08_01o.src = (path) + 'images/nav/contact_over.gif';
Inav_09_01o = new Image(125, 26);Inav_09_01o.src = (path) + 'images/nav/product_over.gif';
Inav_10_01o = new Image(125, 26);Inav_10_01o.src = (path) + 'images/nav/links_over.gif';
Inav_11_01o = new Image(125, 26);Inav_11_01o.src = (path) + 'images/nav/home_over.gif';
Inav_12_01o = new Image(125, 26);Inav_12_01o.src = (path) + 'images/nav/forclients_over.gif'

// All Sections Nav Images OFF
Inav_02_01 = new Image(125, 26);Inav_02_01.src = (path) + 'images/nav/gallery.gif';
Inav_03_01 = new Image(125, 26);Inav_03_01.src = (path) + 'images/nav/bio.gif';
Inav_04_01 = new Image(125, 26);Inav_04_01.src = (path) + 'images/nav/process.gif';
Inav_05_01 = new Image(125, 24);Inav_05_01.src = (path) + 'images/nav/shows.gif';
Inav_06_01 = new Image(125, 25);Inav_06_01.src = (path) + 'images/nav/other.gif';
Inav_07_01 = new Image(125, 25);Inav_07_01.src = (path) + 'images/nav/testimonials.gif';
Inav_08_01 = new Image(125, 26);Inav_08_01.src = (path) + 'images/nav/contact.gif';
Inav_09_01 = new Image(125, 26);Inav_09_01.src = (path) + 'images/nav/product.gif';
Inav_10_01 = new Image(125, 26);Inav_10_01.src = (path) + 'images/nav/links.gif';
Inav_11_01 = new Image(125, 26);Inav_11_01.src = (path) + 'images/nav/home.gif';
Inav_12_01 = new Image(125, 26);Inav_12_01.src = (path) + 'images/nav/forclients.gif'

}

// Main Nav Array
// Section1 ***bio	
Nav = "<a href=\"" + (path) + "bio/default.htm\" " +
		"onmouseout=di('Nnav_03_01','Inav_03_01');return false;\" " +
		"onmouseover=di('Nnav_03_01','Inav_03_01o');return false;>" +
		"<img name=Nnav_03_01 " + 
		"src=\"" + (path) + "images/nav/bio.gif\" width=125 height=26 border=0></a><br>" + 
// Section2 ***process
		"<a href=\"" + (path) + "process/default.htm\" " +
		"onmouseout=di('Nnav_04_01','Inav_04_01');return false;\" " +
		"onmouseover=di('Nnav_04_01','Inav_04_01o');return false;>" +
		"<img name=Nnav_04_01 " + 
		"src=\"" + (path) + "images/nav/process.gif\" width=125 height=26 border=0></a><br>" +
// Section3 ***gallery
"<a href=\"" + (path) + "gallery/gallery1.htm\" " +
		"onmouseout=di('Nnav_02_01','Inav_02_01');return false; " +
		"onmouseover=di('Nnav_02_01','Inav_02_01o');return false;>" + 
		"<img name=Nnav_02_01 " +
		"src=\"" + (path) + "images/nav/gallery.gif\" width=125 height=26 border=0></a><br>" +
// Section4 ***for clients
"<a href=\"" + (path) + "forclients/default.htm\" " +
		"onmouseout=di('Nnav_12_01','Inav_12_01');return false; " +
		"onmouseover=di('Nnav_12_01','Inav_12_01o');return false;>" + 
		"<img name=Nnav_12_01 " +
		"src=\"" + (path) + "images/nav/forclients.gif\" width=125 height=26 border=0></a><br>" +
// Section5 ***testimonials
		"<a href=\"" + (path) + "testimonials/default.htm\" " +
		"onmouseout=di('Nnav_07_01','Inav_07_01');return false;\" " +
		"onmouseover=di('Nnav_07_01','Inav_07_01o');return false;>" +
		"<img name=Nnav_07_01 " + 
		"src=\"" + (path) + "images/nav/testimonials.gif\" width=125 height=25 border=0></a><br>" +
// Section6 ***other services
		"<a href=\"" + (path) + "other/default.htm\" " +
		"onmouseout=di('Nnav_06_01','Inav_06_01');return false;\" " +
		"onmouseover=di('Nnav_06_01','Inav_06_01o');return false;>" +
		"<img name=Nnav_06_01 " + 
		"src=\"" + (path) + "images/nav/other.gif\" width=125 height=25 border=0></a><br>" +
// Section7 ***shows
		"<a href=\"" + (path) + "shows/default.htm\" " +
		"onmouseout=di('Nnav_05_01','Inav_05_01');return false;\" " +
		"onmouseover=di('Nnav_05_01','Inav_05_01o');return false;>" +
		"<img name=Nnav_05_01 " + 
		"src=\"" + (path) + "images/nav/shows.gif\" width=125 height=24 border=0></a><br>" +
// Section8 ***products
		"<a href=\"" + (path) + "product/default.htm\" " +
		"onmouseout=di('Nnav_09_01','Inav_09_01');return false;\" " +
		"onmouseover=di('Nnav_09_01','Inav_09_01o');return false;>" +
		"<img name=Nnav_09_01 " + 
		"src=\"" + (path) + "images/nav/product.gif\" width=125 height=26 border=0></a><br>"
+
// Section9 ***links
		"<a href=\"" + (path) + "links/default.htm\" " +
		"onmouseout=di('Nnav_10_01','Inav_10_01');return false;\" " +
		"onmouseover=di('Nnav_10_01','Inav_10_01o');return false;>" +
		"<img name=Nnav_10_01 " + 
		"src=\"" + (path) + "images/nav/links.gif\" width=125 height=26 border=0></a><br>"
+
// Section10 ***contact
		"<a href=\"" + (path) + "contact.htm\" " +
		"onmouseout=di('Nnav_08_01','Inav_08_01');return false;\" " +
		"onmouseover=di('Nnav_08_01','Inav_08_01o');return false;>" +
		"<img name=Nnav_08_01 " + 
		"src=\"" + (path) + "images/nav/contact.gif\" width=125 height=26 border=0></a><br>" +
// Section11 ***home		
		"<a href=\"" + (path) + "default.htm\" " +
		"onmouseout=di('Nnav_11_01','Inav_11_01');return false;\" " +
		"onmouseover=di('Nnav_11_01','Inav_11_01o');return false;>" +
		"<img name=Nnav_11_01 " + 
		"src=\"" + (path) + "images/nav/home.gif\" width=125 height=26 border=0></a>"


// Rollover Function
function di(id,name){
  	if (document.images) {document.images[id].src = eval(name+".src"); }
	}

// copyright footer
Copyright = "<span style=\"color:#606060; font-size:10px;\">" +
			"&copy; 1998-" + new Date().getFullYear() + " :: b sparks :: all rights reserved" +
			"</span>"	 
// -->