var fwshow=0;
var avshow=0;
var encshow=0;
var ptshow=0;
var smavshow=0;
var snshow=0;
var supsecbun=0;
var mobsecbun=0;
var mobseccombo=0;
function showcart(product){
if(product=="powertools"){
if (ptshow==0){
downloadtext="
";
//downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("ptdownload");
container.appendChild(newdiv);
ptshow=1;
} else {
var container;
if (container = document.getElementById("ptdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
ptshow=0;
}
}
}
function showdownload(product){
if (product=="firewall"){
if (fwshow==0){
//downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("fwdownload");
container.appendChild(newdiv);
fwshow=1;
} else {
var container;
if (container = document.getElementById("fwdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
fwshow=0;
}
}else if(product=="av"){
if (avshow==0){
//downloadtext="Windows Mobile 2003SE PocketPC installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile Smartphone (2003SE and WM5/WM6 Standard) installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile Blackjack I/II installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 2003SE PocketPC installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile Smartphone (2003SE and WM5/WM6 Standard) installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
Windows Mobile Blackjack I/II installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("avdownload");
container.appendChild(newdiv);
avshow=1;
} else {
var container;
if (container = document.getElementById("avdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
avshow=0;
}
}else if(product=="encrypter"){
if (encshow==0){
//downloadtext="Windows Mobile 2003SE/5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 2003SE/5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("encdownload");
container.appendChild(newdiv);
encshow=1;
} else {
var container;
if (container = document.getElementById("encdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
encshow=0;
}
}else if(product=="powertools"){
if (ptshow==0){
//downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("ptdownload");
container.appendChild(newdiv);
ptshow=1;
} else {
var container;
if (container = document.getElementById("ptdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
ptshow=0;
}
}else if(product=="sniffer"){
if (snshow==0){
//downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("sndownload");
container.appendChild(newdiv);
snshow=1;
} else {
var container;
if (container = document.getElementById("sndownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
snshow=0;
}
}else if(product=="smav"){
if (smavshow==0){
//downloadtext="Windows Mobile 5/6 Standard installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 Standard installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("smavdownload");
container.appendChild(newdiv);
smavshow=1;
} else {
var container;
if (container = document.getElementById("smavdownload"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
smavshow=0;
}
}else if(product=="mobsecbun"){
if (mobsecbun==0){
//downloadtext="Windows Mobile 5/6 Standard installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("mobsecbun");
container.appendChild(newdiv);
mobsecbun=1;
} else {
var container;
if (container = document.getElementById("mobsecbun"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
mobsecbun=0;
}
}else if(product=="supsecbun"){
if (supsecbun==0){
//downloadtext="Windows Mobile 5/6 Standard installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("supsecbun");
container.appendChild(newdiv);
supsecbun=1;
} else {
var container;
if (container = document.getElementById("supsecbun"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
supsecbun=0;
}
}else if(product=="mobseccombo"){
if (mobseccombo==0){
//downloadtext="Windows Mobile 5/6 Standard installers:
Install from PC: Download
Direct from PDA/OTA (.CAB file): Download
";
downloadtext="Windows Mobile 5/6 PocketPC & Professional installers:
Download
Direct from PDA/OTA (.CAB file): Download
";
var newdiv = document.createElement("div");
newdiv.innerHTML = downloadtext;
var container = document.getElementById("mobseccombo");
container.appendChild(newdiv);
mobseccombo=1;
} else {
var container;
if (container = document.getElementById("mobseccombo"))
{
while (container.hasChildNodes())
container.removeChild(container.lastChild);
}
mobseccombo=0;
}
}
}