
function download(id) {
if (!false ) {
    window.location.href = "http://www.untangle.com/How-to-Install-Untangle-Apps?sku=UN-80-PCC-9999-0FREE";
    return false;
}
document.getElementById(id).innerHTML = '<p class="download-starting"><!-- --></p>';
var x = id;
try{Unm.trackExternalDownload('untangle-libitem-protofilter');}catch(e){}
window.setTimeout(function(){
var div = document.getElementById(x);
div.innerHTML = '';
    div.innerHTML += '<br><p class="download-starting" style="margin-top:0px;padding-top:0px;background-position:5px 0px;margin-bottom:0.2em;">Download starting...<br/><span style="font-size:0.8em;font-weight:normal;">(on your Untangle Server)</span></p><p style="margin-top:0.5em;">If you experience problems with the download,<br/><a href="#" onclick="return download(\''+id+'\')">Restart the download</a><p>';
    //try to focuse the client window
    window.setTimeout(function(){if (window.opener) {window.opener.focus();}},1000);
    return false;
},1000);
return false;
}
try{Unm.setClientState('OffGUI');}catch(e){}var store_buttons_div = document.getElementById("store-buttons-div");
store_buttons_div.innerHTML = '<span id=\"action_buttons\" style=\"width:193px; height:125px;\"><img style=\"cursor:pointer; cursor:hand; margin-bottom: 4px;\" src=\"//store.untangle.com/skin/frontend/default/default/images/untangle/free_download.gif\" alt=\"Download\" onClick=\"download(\'action_buttons\');\" /> ';
if (top.location != location) { alert('The window is in a frame but is not ON-GUI with an Untangle box. The Untangle Store link may be blocked by your browsers security settings.'); }