	// changeImage
	function changeImage()
	{  
		if (document.images)
		{
			for (var i=0; i < changeImage.arguments.length; i+=2)
			{
				document[changeImage.arguments[i]].src = eval(changeImage.arguments[i+1] + ".src");
			}  
		}
	}
	
	// global nav -->
	profile=new Image(); profile.src="images/nav_profile.gif";
	profileon=new Image(); profileon.src="images/nav_profile_on.gif";
	portfolio=new Image(); portfolio.src="images/nav_portfolio.gif";
	portfolioon=new Image(); portfolioon.src="images/nav_portfolio_on.gif";
	references=new Image(); references.src="images/nav_ref.gif";
	referenceson=new Image(); referenceson.src="images/nav_ref_on.gif";
	contact=new Image(); contact.src="images/nav_contact.gif";
	contacton=new Image(); contacton.src="images/nav_contact_on.gif";
	beautybuzz=new Image(); beautybuzz.src="images/nav_bb.gif";
	beautybuzzon=new Image(); beautybuzzon.src="images/nav_bb_on.gif";
	
	// 3 portfolio/gw images -->
	artHero=new Image(); artHero.src="images/gw_1.jpg";
	artHeroon=new Image(); artHeroon.src="images/gw_1.gif";
	art=new Image(); art.src="images/gw_art_off.gif";
	arton=new Image(); arton.src="images/gw_art_on.gif";
	voiceHero=new Image(); voiceHero.src="images/gw_2.jpg";
	voiceHeroon=new Image(); voiceHeroon.src="images/gw_2.gif";
	voice=new Image(); voice.src="images/gw_voice_off.gif";
	voiceon=new Image(); voiceon.src="images/gw_voice_on.gif";
	expertHero=new Image(); expertHero.src="images/gw_3.jpg";
	expertHeroon=new Image(); expertHeroon.src="images/gw_3.gif";
	expert=new Image(); expert.src="images/gw_expertise_off.gif";
	experton=new Image(); experton.src="images/gw_expertise_on.gif";
	
	// portfolio subnav -->
	portart=new Image(); portart.src="images/port_artistry.gif";
	portarton=new Image(); portarton.src="images/port_artistry_on.gif";
	portvoice=new Image(); portvoice.src="images/port_voice.gif";
	portvoiceon=new Image(); portvoiceon.src="images/port_voice_on.gif";
	portexp=new Image(); portexp.src="images/port_expertise.gif";
	portexpon=new Image(); portexpon.src="images/port_expertise_on.gif";
	
	// portfolio artistry 50x50 thumbs -->
	art01=new Image(); art01.src="images/portfolio/art01th.jpg";
	art01on=new Image(); art01on.src="images/portfolio/art01th_on.jpg";
	art02=new Image(); art02.src="images/portfolio/art02th.jpg";
	art02on=new Image(); art02on.src="images/portfolio/art02th_on.jpg";
	art03=new Image(); art03.src="images/portfolio/art03th.jpg";
	art03on=new Image(); art03on.src="images/portfolio/art03th_on.jpg";
	art04=new Image(); art04.src="images/portfolio/art04th.jpg";
	art04on=new Image(); art04on.src="images/portfolio/art04th_on.jpg";
	art05=new Image(); art05.src="images/portfolio/art05th.jpg";
	art05on=new Image(); art05on.src="images/portfolio/art05th_on.jpg";
	art06=new Image(); art06.src="images/portfolio/art06th.jpg";
	art06on=new Image(); art06on.src="images/portfolio/art06th_on.jpg";
	art07=new Image(); art07.src="images/portfolio/art07th.jpg";
	art07on=new Image(); art07on.src="images/portfolio/art07th_on.jpg";
	art08=new Image(); art08.src="images/portfolio/art08th.jpg";
	art08on=new Image(); art08on.src="images/portfolio/art08th_on.jpg";
	art09=new Image(); art09.src="images/portfolio/art09th.jpg";
	art09on=new Image(); art09on.src="images/portfolio/art09th_on.jpg";
	art010=new Image(); art010.src="images/portfolio/art010th.jpg";
	art010on=new Image(); art010on.src="images/portfolio/art010th_on.jpg";
	art011=new Image(); art011.src="images/portfolio/art011th.jpg";
	art011on=new Image(); art011on.src="images/portfolio/art011th_on.jpg";
	art012=new Image(); art012.src="images/portfolio/art012th.jpg";
	art012on=new Image(); art012on.src="images/portfolio/art012th_on.jpg";
	
	// portfolio artistry 300px image -->
	art300=new Image(); art300.src="images/portfolio/images/portfolio/art_default.gif";
	art01_300=new Image(); art01_300.src="images/portfolio/art01th_300.jpg";
	art02_300=new Image(); art02_300.src="images/portfolio/art02th_300.jpg";
	art03_300=new Image(); art03_300.src="images/portfolio/art03th_300.jpg";
	art04_300=new Image(); art04_300.src="images/portfolio/art04th_300.jpg";
	art05_300=new Image(); art05_300.src="images/portfolio/art05th_300.jpg";
	art06_300=new Image(); art06_300.src="images/portfolio/art06th_300.jpg";
	art07_300=new Image(); art07_300.src="images/portfolio/art07th_300.jpg";
	art08_300=new Image(); art08_300.src="images/portfolio/art08th_300.jpg";
	art09_300=new Image(); art09_300.src="images/portfolio/art09th_300.jpg";
	art010_300=new Image(); art010_300.src="images/portfolio/art010th_300.jpg";
	art011_300=new Image(); art011_300.src="images/portfolio/art011th_300.jpg";
	art012_300=new Image(); art012_300.src="images/portfolio/art012th_300.jpg";
	
	// controller for portfolio popUps -->
	function showLink(url){
	var styleString="<a href=\"#\" onclick=\"pop('" + url + "');return false\" class=\"stdCopy\">Larger Image</a>";

	if (navigator.appName=="Netscape") {
    document.styleDescNN.document.write(styleString);
    document.styleDescNN.document.close();              
		 } else {
			document.all.styleDesc.innerHTML=styleString;
		 }
		}
	function pop(url){
	window.bigImage = url;	
	
	var mine = window.open('pop.html','NewWindow','width=500,height=500');	
	}
	
	// controller for portfolio popUps -->
	function showLinkBg(url){
	var styleString="<a href=\"#\" onclick=\"pop1('" + url + "');return false\" class=\"stdCopy\">Larger Image</a>";

	if (navigator.appName=="Netscape") {
    document.styleDescNN.document.write(styleString);
    document.styleDescNN.document.close();              
		 } else {
			document.all.styleDesc.innerHTML=styleString;
		 }
		}
	function pop1(url){
	window.bigImage = url;	
	
	var mine1 = window.open('popBg.html','NewWindow1');	
	}
	
	// controller for portfolio pdf links -->
	function showPdf(url){
	var styleString="<a href='" + url + "' + class=\"stdCopy\" + target=\"_new\" >View PDF</a>";

	if (navigator.appName=="Netscape") {
    document.styleDescNN.document.write(styleString);
    document.styleDescNN.document.close();              
		 } else {
			document.all.styleDesc.innerHTML=styleString;
		 }
		}
	
	//-->
