function installApp() {
	var page = "/home/download";
	setTimeout(function() { this.document.location.href = page}, 1000);
	location.href ="/static/bzeekPlugin/bzeekPlugin-setup.exe";
}

function installAppForFon() {
	var page = "/home/download?installer=/static/bzeekPlugin/bzeekFonPlugin-setup.exe";
	setTimeout(function() { this.document.location.href = page}, 1000);
	location.href ="/static/bzeekPlugin/bzeekFonPlugin-setup.exe";
}

function installAppForiPhone( code ) {
	var page = "/home/download?code=" + code;
	setTimeout(function() { this.document.location.href = page}, 1000);
	location.href ="/static/bzeekPluginRename/bzeekPlugin-setupForiPhone" + code + ".exe";
}

function installAppForFring( code ) {
	var page = "/home/download?code=" + code;
	setTimeout(function() { this.document.location.href = page}, 1000);
	location.href ="/static/bzeekPluginRename/bzeekPlugin-setupForFring" + code + ".exe";
}

function installAppForTau() {
	var page = "/home/download?code=1";
	setTimeout(function() { this.document.location.href = page}, 1000);
	location.href ="/static/bzeekPluginRename/bzeekPlugin-setupForTauStudent.exe";
}
