var str1='<select name="interests" size="1" onChange="jumpToSelection(\'parent\',this,0)" style="font-size:7pt;">'
str1+='\n <option selected value="#">Interests</option>'
str1+='\n <option value="#" style="color:#990000;">Italian Interests</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_arthistory.html">&nbsp;&nbsp;Art & History</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_familyroot.html">&nbsp;&nbsp;Family Roots</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_foodwine.html">&nbsp;&nbsp;Food & Wine</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_religion.html">&nbsp;&nbsp;Religion</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_romance.html">&nbsp;&nbsp;Romance</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_shopping.html">&nbsp;&nbsp;Shopping</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_smalltownsvillages.html">&nbsp;&nbsp;Small Towns & Villages</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_myfirsttrip.html">&nbsp;&nbsp;My First Trip to Italy</option>'
str1+='\n <option value="#" style="color:#990000;">Hawaiian Interests</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_hawaii_food.html">&nbsp;&nbsp;Food</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_hawaii_romance.html">&nbsp;&nbsp;Romance</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_hawaii_shopping.html">&nbsp;&nbsp;Shopping</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_hawaii_sunfun.html">&nbsp;&nbsp;Sun & Fun</option>'
str1+='\n <option value="http://www.perillotours.com/static/misc/interest_hawaii_naturalwonders.html">&nbsp;&nbsp;Natural Wonders</option>'
str1+='\n </select>'
document.write(str1);
