function popwin(url) {
	if (url != "novalue") {
		win = window.open(url,"past_expo");
	}
}

function showiframe(url) {
	if (url != "novalue") {
		document.getElementById("idisplay").src = url;
	}
}