function inscrevase(){
newwin =  window.open("http://idolos.instyledm.com/dmtools/terms.html", "Idolos", "left=100, top=100, width=720, height=600, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no");
newwin.moveTo(((screen.width / 2) - (720)), ((screen.height / 2) - (600)));
newWin.focus();
}