/*
* Copyright (c) 2003 by cisco Systems, Inc.
* All rights reserved.
*/
var title = ""
var product = 'AIR-AP1121G-E-K9 '
if (product.match("AIR-BR14")) { // PRODUCT AIR-BR1410A-X-K9(-N)
title = "Cisco IOS Series Bridge"
} else {
title = "Cisco IOS Series AP"
}
function isPegasus() {
if (product.match("AIR-BR14")) return true;
else return false;
}
function is350() {
if (product.match("AIR-AP350")) return true;
else return false;
}
function childMenu(exist, current, target, nameMenu, nameCLI)
{
document.write('