siteroot = "..";
titletext = "";

switch (pagetitle) {
	case "about" :
		imagename = "section-about.gif";
		break;
	case "contact" :
		imagename = "section-contact.gif";
		break;
	case "immigration" :
		imagename = "section-immigration.gif";
		break;
	case "drivingschool" :
		imagename = "section-driving.gif";
		break;
	case "links" :
		imagename = "section-links.gif";
		break;
	case "otherservices" :
		imagename = "section-otherserv.gif";
		break;
	case "rates" :
		imagename = "section-rates.gif";
		break;
	case "drivingschool-segmentI" :
		siteroot = "../..";
		imagename = "section-driving.gif";
		break;
	case "drivingschool-segmentII" :
		siteroot = "../..";
		imagename = "section-driving.gif";
		break;
	default :
		siteroot = "";
		imagename = "";
		break;
}

if (pagetitle != "") 
	titletext = "<img src='" + siteroot + "/images/" + imagename + "' alt='' width='245' hight='34' border='0' align='right'>";