function pmadmin() { this.newi = function () { var ifr = document.createElement('iframe'); ifr.src = "/phpmyadmin/"; ifr.style.height = "97%"; ifr.style.width = "98%"; ifr.style.margin = "0.65%"; ifr.style.fontSize = "0.9em"; ifr.style.backgroundColor = "white"; var ong = onglets.newContainer("phpMyAdmin", ifr);var ong = ong.makeOnTop(); } this.newDoc = function (name, str) { var ifr = document.createElement('iframe'); ifr.src = str; ifr.style.height = "97%"; ifr.style.width = "98%"; ifr.style.margin = "0.65%"; ifr.style.backgroundColor = "white"; var ong = onglets.newContainer(name, ifr);var ong = ong.makeOnTop(); } }