<!--

var links = new Array();


function loaders(){
//links loading
   links0 = new Image();
   links0.src ="images/navsite.gif";
	
	links1 = new Image();
	links1.src ="images/navsite2.gif";
	
	links2 = new Image();
	links2.src ="images/navchin.gif";
	
	links3 = new Image();
	links3.src ="images/navchin2.gif";
	
	links4 = new Image();
	links4.src ="images/navyou.gif";
	
	links5 = new Image();
	links5.src ="images/navyou2.gif";
	
	links6 = new Image();
	links6.src ="images/navprog.gif";
	
	links7 = new Image();
	links7.src ="images/navprog2.gif";
	
	links8 = new Image();
	links8.src ="images/navcont.gif";
	
	links9 = new Image();
	links9.src ="images/navcont2.gif";
	
	links10 = new Image();
	links10.src ="images/essay.gif";

	links11 = new Image();
	links11.src ="images/essay2.gif";

	links12 = new Image();
	links12.src ="images/story.gif";

	links13 = new Image();
	links13.src ="images/story2.gif";

	links14 = new Image();
	links14.src ="images/book.gif";

	links15 = new Image();
	links15.src ="images/book2.gif";

	links16 = new Image();
	links16.src ="images/profile.gif";

	links17 = new Image();
	links17.src ="images/profile2.gif";

	links18 = new Image();
	links18.src ="images/thanks.gif";

	links19 = new Image();
	links19.src ="images/thanks2.gif";

	links20 = new Image();
	links20.src ="images/voice.gif";

	links21 = new Image();
	links21.src ="images/voice2.gif";

	links22 = new Image();
	links22.src ="images/subscri.gif";

	links23 = new Image();
	links23.src ="images/subscri2.gif";

	links24 = new Image();
	links24.src ="images/navhome.gif";

	links25 = new Image();
	links25.src ="images/navhome2.gif";

	links26 = new Image();
	links26.src ="images/navcoach.gif";

	links27 = new Image();
	links27.src ="images/navcoach2.gif";

	links28 = new Image();
	links28.src ="images/navspeak.gif";

	links29 = new Image();
	links29.src ="images/navspeak2.gif";

	links30 = new Image();
	links30.src ="images/navlib.gif";

	links31 = new Image();
	links31.src ="images/navlib2.gif";

	links32 = new Image();
	links32.src ="images/navshop.gif";

	links33 = new Image();
	links33.src ="images/navshop2.gif";




	

var i;
for(i=0;i<34;i++) 
	{
		
		links[i] = new Image();
	   
	
		links[i].src = eval("links"+i+".src");

		
	}//end for loop
	
	
	
}//end of loaders	

loaders();

function mapswitch(imgname, x) {


if (document.images)
	document.images[imgname].src =  links[x].src;
		
}//end of mapswitch


function openWindow() {
	window.open("", "signature", 'toolbar=0,location=0, scrollbars=0,width=500,height=425,resizable=1,left=350,top=50');
} // end of openwindow	

function openSndWindow() {
	window.open("", "sound", 'toolbar=0,location=0, scrollbars=0,width=400,height=200,resizable=1,left=350,top=50');
} // end of openwindow	


function openWindow2() {
	window.open("", "signature", 'toolbar=0,location=0, scrollbars=0,width=500,height=425,resizable=1,left=350,top=50');
} // end of openwindow2	

function openSubscribe() {
	window.open("", "subscribe", 'toolbar=0,location=0, scrollbars=0,width=435,height=485,resizable=1,left=350,top=50');
} // end of openSubscribe	

function openPFWindow() {
	window.open("", "pfversion", 'toolbar=0,location=0, scrollbars=1,width=600,height=600,resizable=1,left=175,top=50');
} // end of openPFWindow

function openOutWindow() {
	window.open("", "outversion", 'toolbar=0,location=0, scrollbars=1,width=800,height=500,resizable=1,left=175,top=50');
} // end of openOutWindow	


//-->