function loadIFrame(location) {
document.getElementById("iframeID").src=location;
}

