<!--

if (document.images) {       //if image object is available     

img9on = new Image();		// Selected Style Images
img9on.src = "images/PBL_web_home_72_04a_on.gif";
img101on = new Image();
img101on.src = "images/PBL_web_home_72_05a1_on.gif";
img102on = new Image();
img102on.src = "images/PBL_web_home_72_05a2_on.gif";
img11on = new Image();
img11on.src = "images/PBL_agreement_application_01on.gif";
img12on = new Image();
img12on.src = "images/PBL_agreement_application_02on.gif";
img13on = new Image();
img13on.src = "images/PBL_applicationon.gif";
img14on = new Image();
img14on.src = "images/PBL_reservation_on.gif";

img9off = new Image();		  	// Deselected Style Images
img9off.src = "images/PBL_web_home_72_04a.gif";
img10off = new Image();
img10off.src = "images/PBL_web_home_72_05a.gif";
img11off = new Image();
img11off.src = "images/PBL_agreement_application_01.gif";
img12off = new Image();
img12off.src = "images/PBL_agreement_application_02.gif";
img13off = new Image();
img13off.src = "images/PBL_application.gif";
img14off = new Image();
img14off.src = "images/PBL_reservation.gif";

}

function imgOn(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }}

function img1On(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "1on.src");
        }}

function img2On(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "2on.src");
        }}
			
function imgOff(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
		}}

function voidurl(url) {
		return;
	}

//-->