
function iframeLoadURL(theURL) {
document.getElementById("maincontent").src = theURL;
}
