function onLoad() {
	/** For Internet Explorer, make the height 550px */
	if (navigator.appName.indexOf("Internet Explorer") > -1) {
		document.getElementById("container").style.height="550px";
	}
}


function doPopup(href)
{
	window.open(href, 'Popup');
	return false;
}