    function popitup() {
    newwindow2=window.open('','name','height=400,width=440, menubar=no,top=180,left=400');
    var tmp = newwindow2.document;
    tmp.write('<html><head>');
    tmp.write('</head><body style="margin: 0; padding: 0;">');
    tmp.write('<iframe width="440" height="400" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="http://metrostation.ru/mp3/"></iframe>');
    tmp.write('</body></html>');
    tmp.close();
}