function print_dropdown() { document.write(''); } //end print_dropdown function fill_form(template,subject,message) { switch(template.value) { case "../mailer_templates/convention": subject.value = "We are pleased to announce our 2009 TARPA Convention will be a 9 night New"; message.value = "England/Canada "Fall Colors" cruise. We will be traveling with Royal Caribbean on \nthe Granduer of the Seas departing Baltimore on Thursday, September 24, 2009. Full \ndetails are listed in the TARPA Topics that will be reaching your mailbox any day now. \nIF you are interested in "Suite" accommodations, a Junior Suite or a Grand Suite \nplease note: \nRoyal Caribbean has introduced a new deposit policy for suites. In order to confirmed \nthese suites at the quoted prices we must provide a $500.00 deposit per suite. This \ndeposit is fully refundable up to 6 months prior to our cruise if you decide you need to \ncancel. We have a limited amount of suites for this cruise so please confirm now so we \ncan secure as many suites as possible. By providing a deposit now, this guarantees you \na suite for the cruise. There is a registration form attached. Fax or mail this form to \nMcGowen Marketing by July 14, 2008. \nIf you would like a Deluxe Balcony stateroom (D1) , F, G, I or any other non-suite \nroom you do not need to respond immediately. You can register at your leisure and a \n$100.00 per stateroom deposit is all this is required. \nThank you for your prompt response. \nPlease don't hesitate to call or write if you have any questions. \nVicki McGowen \nMcGowen Marketing \n775-849-1377"; break; case "../mailer_templates/log_in": subject.value = "Tarpa Online Directory Login Information"; message.value = "[title] [first_name] [last_name], \n \nYou log in information for the tarpa online directory is below. \n \nUser ID: [plt_id] \nPass phrase: [pswrd]"; break; } //end switch } //end fill_form