﻿// JScript File

function displayImg(imgID, imgPath) {
    imgID.src = imgPath;
}
function gotoPage(new_url) {
	window.open(new_url, '_self');
}
