var w=window.open('','','width=350,height=200,resizable,scrollbars');
var d=w.document;
d.open();
d.writeln('<html><head><meta http-equiv=\'Content-Type\' content=\'text/html; charset=iso-8859-2\'></head><body><script>function s(){if(document.f.u.value.match(/jar$/i)!=null)InstallTrigger.installChrome(InstallTrigger.SKIN,\'file:///\'+document.f.u.value.replace(/\\\\/g,\'/\'),document.f.t.value);else alert(\'To není soubor s tématem vzhledu!\');return false};</script><h2>Přidání téma vzhledu</h2><form name=\'f\' onsubmit=\'return s()\'>Název:<input name=\'t\' type=\'text\' value=\'Název\'><br>Soubor:<input name=\'u\' type=\'file\'><br><input type=\'submit\' value=\'Přidat téma vzhledu\'></form></body></html>');
d.close();
