var g_oPopupMenu = new SMPopupMenu("SMGlobalPopupMenu"), oItem = null;
with(g_oPopupMenu){
addItem("1004", "Watches", "/watches/index.html", 1, "", 1, "");
addItem("1001", "Casio_20G_X2Shock_20Watches", "/watches/casio-g-shock-watches/index.html", 2, "", 1, "");
addItem("1005", "Casio_20Baby_X2G_20Watches", "/watches/casio-baby-g-watches/index.html", 2, "", 1, "");
addItem("10010", "Casio_20Radio_20Controlled_20Ladies", "/watches/casio-radio-controlled-ladies/index.html", 2, "", 1, "");
addItem("10016", "Casio_20Radio_20Controlled", "/watches/casio-radio-controlled/index.html", 2, "", 1, "");
addItem("10012", "Casio_20Sport_20Watches", "/watches/casio-sport-watches/index.html", 2, "", 1, "");
addItem("10013", "Casio_20Edifice_20Watches", "/watches/casio-edifice-watches/index.html", 2, "", 1, "");
addItem("10014", "Casio_20Collection_20Watches", "/watches/casio-collection-watches/index.html", 2, "", 1, "");
addItem("10015", "Casio_20Wake_20up_20Timer", "/watches/casio-wake-up-timer/index.html", 2, "", 1, "");
};
var m_sSelectedOptionValue = '0';
function printCatnavDropdown(){
document.write('');
SMShop.base.addMember("CatnavDropdown");
};
function CatnavDropdown_windowOnLoad(args){
var oItems = g_oPopupMenu.selectItems(0, true);
var selCatDropDown = $('catdropdown'),oOption = null, sDepth = '';
if(m_sSelectedOptionValue == '0'){
oOption = selCatDropDown[selCatDropDown.length] = new Option();
with(oOption){
selected='selected';
text='';
value = '0';
}
};
oItems.each(function(oItem) {
sDepth = ''; for(var i=1;i