var str='';
str+='<select name="festivals" size="1" onChange="jumpToSelection(\'parent\',this,0)" style="font-size:7pt">'
str+='\n <option selected value="#">Festivals & Events</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html" style="color:#990000;">List of Italian Events</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#epiphany">&nbsp;&nbsp;Epiphany - La Befana, Rome</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#martedi">&nbsp;&nbsp;Martedi Grasso, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#easterpapal">&nbsp;&nbsp;Easter Sunday - Papal Address, Rome</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#easterscoppio">&nbsp;&nbsp;Easter Sunday - Scoppio del Carro, Florence</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#sanmarco">&nbsp;&nbsp;Fiesta di San Marco, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#greekdrama">&nbsp;&nbsp;Greek Drama in Theatre, Syracuse</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#maggiomusic">&nbsp;&nbsp;Maggio Musicale, Florence</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#calciostorico">&nbsp;&nbsp;Calcio Storico Fiorentino, Florence</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#duemondi">&nbsp;&nbsp;Festa dei Due Mondi, Spoleto</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#corsadelpalio1">&nbsp;&nbsp;Corsa del Palio, Siena</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#santarosalia">&nbsp;&nbsp;Feast of Santa Rosalia, Palermo</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#denoantri">&nbsp;&nbsp;Festa De Noantri, Rome</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#redentore">&nbsp;&nbsp;Il Redentore, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#filmvenice">&nbsp;&nbsp;Film Festival, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#regatta">&nbsp;&nbsp;Historical Regatta, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#sagra">&nbsp;&nbsp;Sagra dell Uva, Rome</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#sangennaro">&nbsp;&nbsp;The Miracle of San Gennaro, Naples</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#sanfrancesco">&nbsp;&nbsp;Festa di San Francesco, Assisi</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#madonna">&nbsp;&nbsp;Festa della Madonna della Salute, Venice</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#santambrogio">&nbsp;&nbsp;Sant Ambrogio, Milan</option>'
str+='\n <option value="http://www.perillotours.com/static/about_italy/festivals_events_selector.html#christmasday">&nbsp;&nbsp;Christmas Day, Rome</option>'
str+='\n </select>\n'
document.write(str);
