//This is the master JavaScript file for the HTML Help documentation.

function doExpand(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Help2_Over.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Help2.jpg"}
}

//Insert new functions here. Please use unique identifiers and comment liberally.

function doExpand9(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Print_Preview24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Print_Preview24.jpg"}
}

function doExpand2(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Views24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Views24.jpg"}
}

function doExpand3(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Help2_Over.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Help2.jpg"}
}

function doExpand4(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Mail24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Mail24.jpg"}
}

function doExpand5(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/History24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/History24.jpg"}
}

function doExpand6(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Copy24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Copy24.jpg"}
}

function doExpand7(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Forward24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Forward24.jpg"}
}

function doExpand8(paraNum,arrowNum){
	//expand the paragraph and rotate the arrow; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display="";arrowNum.src="images/Favs24_h.jpg"}
	else{paraNum.style.display="none";arrowNum.src="images/Favs24.jpg"}
}
function doExpand10(paraNum){
	//expand the paragraph ; collapse and rotate it back
	if (paraNum.style.display=="none"){paraNum.style.display=""}
	else{paraNum.style.display="none"}
}
















