function insertObject(str) {
	document.write(str);
}

function hidePopup() { 
	popup.style.display='none';
}