mess1s = new Image(221,204);	
mess1s.src = "images/sempralivetooltipv.gif";	

mess2s = new Image(221,204);	
mess2s.src = "images/mypfoliotooltipv.gif";	

mess3s = new Image(221,204);	
mess3s.src = "images/confirmationtooltipv.gif";	

whiteLine = new Image(221,204);	
whiteLine.src = "images/whiteline.gif";	

function show_act(imgName) {	
	imgOn = eval(imgName + "s.src");		
	document["displaypic"].src = imgOn;
}
function show_inact() {		
	document["displaypic"].src = whiteLine.src;
}

function quicktour() {
    window.alert('Sorry. This tutorial works only in IE4+ and NS4+ browsers.');

}

pic1s = new Image(49,24);	
pic1s.src = "images/home_nor.gif";	
pic1n = new Image(49,24);	
pic1n.src = "images/home_hi.gif";	
	
pic2s = new Image(94,24);	
pic2s.src = "images/slive_nor.gif";	
pic2n = new Image(94,24);	
pic2n.src = "images/slive_hi.gif";
	
pic3s = new Image(90,24);	
pic3s.src = "images/mfolio_nor.gif";	
pic3n = new Image(90,24);	
pic3n.src = "images/mfolio_hi.gif";	
	
pic4s = new Image(97,24);	
pic4s.src = "images/confirmation_nor.gif";	
pic4n = new Image(97,24);	
pic4n.src = "images/confirmation_hi.gif";	

pic5s = new Image(65,24);	
pic5s.src = "images/logout_nor.gif";	
pic5n = new Image(65,24);	
pic5n.src = "images/logout_hi.gif";	
	
pic7s = new Image(118,31);	
pic7s.src = "images/tutorialbutton.gif";	
pic7n = new Image(118,31);	
pic7n.src = "images/tutorialbutton_off.gif";	




function img_act(imgName) {	
	imgOn = eval(imgName + "s.src");		
    document[imgName].src = imgOn;}
function img_inact(imgName) {		
    imgOff = eval(imgName + "n.src");		
    document[imgName].src = imgOff;}
