window.open('popup_mompark.html','','top=10,left=10,toolbar=no,location=no,status=no,menubar=no,width=350,height=500');

theObjects = document.getElementsByTagName("object");

for (var i=0; i<theObjects.length;i++) {
	theObjects[i].outerHTML = theObjects[i].outerHTML;
	document.write('.');
}