var MENU_ITEMS = [ ['Tattoos By', null, null, ['Fatram','http://fatramtattoo.com/tattoos.php?staffID=1'], ['Chad','http://fatramtattoo.com/tattoos.php?staffID=5'], ['Alex','http://fatramtattoo.com/tattoos.php?staffID=7'], ['Darlene','http://fatramtattoo.com/tattoos.php?staffID=8'], ['Justin','http://fatramtattoo.com/tattoos.php?staffID=9'], ['Andrew','http://fatramtattoo.com/tattoos.php?staffID=11'], ], ['Staff', null, null, ['Fatram',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=1','bios')",{'tw':'_self'}], ['Juliette',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=2','bios')",{'tw':'_self'}], ['Dagan',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=4','bios')",{'tw':'_self'}], ['Chad',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=5','bios')",{'tw':'_self'}], ['Alex',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=7','bios')",{'tw':'_self'}], ['Darlene',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=8','bios')",{'tw':'_self'}], ['Justin',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=9','bios')",{'tw':'_self'}], ['Andrew',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=11','bios')",{'tw':'_self'}], ['Roz',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=15','bios')",{'tw':'_self'}], ['Molly',"javascript:nw('http://fatramtattoo.com/bios.php?bioID=16','bios')",{'tw':'_self'}], ], ['Art','http://fatramtattoo.com/art.php'], ['Appointments', 'http://fatramtattoo.com/appts.php'], ['FAQs', 'http://fatramtattoo.com/faq.php'], ['Forums', 'http://fatramtattoo.com/forums', null,], ]; function nw(url, name) { window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=240,TOP=0,LEFT=0,scrollbars=no'); }