function changeTdImage(elID, imagePath) { newImage = "url(" + imagePath + ")"; document.getElementById(elID).style.backgroundImage = newImage; } var demoMenu1 = [ [null, 'ΠΡΟΙΟΝΤΑ', null, null, null, [null, 'Κρεβατοκάμαρα', 'products.asp?catID=1', null, null],[null, 'Μπάνιο', 'products.asp?catID=2', null, null],[null, 'Home made', 'products.asp?catID=3', null, null],[null, 'Εποχιακά', 'products.asp?catID=4', null, null],[null, 'Accessories', 'products.asp?catID=12', null, null],[null, 'Stay in', 'products.asp?catID=16', null, null] ] ]; var demoMenu2 = [ [null, 'BRANDS', null, null, null, [null, 'Tweety', 'products.asp?catID=5', null, null],[null, 'Looney Tunes', 'products.asp?catID=6', null, null],[null, 'Barbie', 'products.asp?catID=7', null, null],[null, 'Pink Panther', 'products.asp?catID=9', null, null],[null, 'Hot Wheels', 'products.asp?catID=10', null, null],[null, 'Bob Σφουγγαράκης', 'products.asp?catID=11', null, null],[null, 'Batman', 'products.asp?catID=13', null, null],[null, 'Winx', 'products.asp?catID=14', null, null],[null, 'Gormiti', 'products.asp?catID=17', null, null],[null, 'Maya The Bee', 'products.asp?catID=22', null, null] ] ]; var demoMenu3 = [ [null, 'ΣΗΜΕΙΑ ΠΩΛΗΣΗΣ', null, null, null, [null, 'ΓΕΝΙΚΑ', null, null, null], [null, 'SHOPS IN SHOP', null, null, null], [null, 'SHOWROOM', null, null, null] ] ]; // JavaScript Document