window.onload = function () {
if ( Menu.unavailable ) return;

with ( new Menu("b1", "menucss", "menuovercss") ) {
addItem("Fibra optica", "content.php?id=12" );
addItem("Ethernet to the home (ETTH) ", "content.php?id=13" );

}

with ( new Menu("b2", "menucss", "menuovercss") ) {
addItem( "Tehnica de calcul", "content.php?id=6" );
addItem( "Echipamente de telecomunicatii", "content.php?id=7" );
addItem( "Retele structurate", "content.php?id=8" );
addItem( "Sudura fibra optica", "content.php?id=9" );
addItem( "Consultanta si Service IT", "content.php?id=10" );

}


}
function swapOn(imgName)  {
document[ imgName ].src = imgName + "-on.gif";
}
function swapOff(imgName) {
document[ imgName ].src = imgName + "-off.gif";
}
