function OpenVideo() {
	window.open('http://landmarinetechcms.star3.net/portals/0/VideoPopup.aspx','','width=350, height=300, noresize, scrollbars=no, status=0');
}

function Loada() {	
	theObjects = document.getElementsByTagName("object"); 
	for (var i = 0; i < theObjects.length; i++) { 
		theObjects[i].outerHTML = theObjects[i].outerHTML; 
	}
}