function pop() {
	w=window.open('/blank.html','pop','height=700, width=500, scrollbars=1, menubar=0, statusbar=0');
	w.focus();
}

objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}


