with(document) {
writeln('<form><select name="url" onchange="v=this.options[this.selectedIndex].value;if(v)location.href=v" style="width: 300px">');
writeln('<OPTION VALUE="">............................Choose Category.............................</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Apparel_Accessories/index.html">Apparel &amp; Accessories</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Arts_Crafts/index.html">Arts &amp; Crafts</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Auctions/index.html">Auctions</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Australia_Coupons/index.html">Australia Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Automotive/index.html">Automotive</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Babies_Kids/index.html">Babies &amp; Kids</OPTION>');
writeln('<OPTION VALUE="/directory/Back_to_School_Guide/index.html">Back to School Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Hobby_Collectibles/Beading/index.html">Beading</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Beverages/index.html">Beverages</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Black_Friday_Coupons/index.html">Black Friday Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Book_Clubs/index.html">Book Clubs</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Books_Magazines/index.html">Books &amp; Magazines</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Canadian_Coupons/index.html">Canadian Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Christmas_Guide/index.html">Christmas Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Computers_Software/index.html">Computers &amp; Software</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Contact_Lens_Glasses/index.html">Contact Lens &amp; Glasses</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Department_Stores/index.html">Department Stores</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/EBooks/index.html">EBooks</OPTION>');
writeln('<OPTION VALUE="/directory/Easter_Guide/index.html">Easter Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Electronics/index.html">Electronics</OPTION>');
writeln('<OPTION VALUE="/directory/Fathers_Day_Guide/index.html">Fathers Day Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Finance/index.html">Finance</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Food_Cooking/index.html">Food &amp; Cooking</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Freebies/index.html">Freebies</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Genealogy/index.html">Genealogy</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Gifts_Flowers/index.html">Gifts &amp; Flowers</OPTION>');
writeln('<OPTION VALUE="/directory/Halloween_Guide/index.html">Halloween Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Health_Beauty/index.html">Health &amp; Beauty</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Hobby_Collectibles/index.html">Hobby &amp; Collectibles</OPTION>');
writeln('<OPTION VALUE="/directory/Home_Decorating_Guide/index.html">Home Decorating Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Home_and_Garden/index.html">Home and Garden</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Internet/index.html">Internet</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Jewelry/index.html">Jewelry</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Internet/Job_Search_Sites/index.html">Job Search Sites</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Mothers_to_Be/index.html">Mothers to Be</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Movies_Music/index.html">Movies &amp; Music</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/New_Zealand_Coupons/index.html">New Zealand Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Office_Supplies/index.html">Office Supplies</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Organic/index.html">Organic</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Pet_Supplies/index.html">Pet Supplies</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Photography/index.html">Photography</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Printable_Coupons/index.html">Printable Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Sports_Outdoors/index.html">Sports &amp; Outdoors</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Telecommunications/index.html">Telecommunications</OPTION>');
writeln('<OPTION VALUE="/directory/Thanksgiving_Guide/index.html">Thanksgiving Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Toys_Games/index.html">Toys &amp; Games</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Travel/index.html">Travel</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/UK_Coupons/index.html">UK Coupons</OPTION>');
writeln('<OPTION VALUE="/directory/Valentines_Day_Guide/index.html">Valentines Day Guide</OPTION>');
writeln('<OPTION VALUE="/directory/Coupons/Wedding/index.html">Wedding</OPTION>');
writeln('<OPTION VALUE="/directory/Wedding_Guide/index.html">Wedding Guide</OPTION>');

writeln('</SELECT>');
writeln('<div align="center"><input type="image" src="/images/getcoupons.gif" alt="Get Coupons" style="margin-top:2px;margin-bottom:2px" onclick="v=this.form.url.options[this.form.url.selectedIndex].value;if(v)location.href=v;return false"></div></FORM>');
}
