// Java Script for Top Links // Last update Wed, 8 Aug 2007 08:16:52 PST // copyright protected, Designing Online, Inc. - all rights reserved. function show_top_links(layout,twidth){ // layout is vert or horz, and twidth is max table width var link_spot=1; if(layout == "horz"){ var colwidth=(twidth/2)-10; } else{ var colwidth=twidth; } document.write(''); document.write(''); document.write(''); document.write(''); } if(layout == "vert"){ if(link_spot == 2){ document.write(''); } } link_spot++; } // End While document.write('
'); while(link_spot<=2){ if (link_spot == 1){ var jurl="http://www.blindsexpress.com"; var jtitle="BlindsExpress Blinds and Window Treatments"; var jdesc="Blinds and Window Treatments by Hunter Douglas, Levolor, Kirsch, Comfortex and more. Find Roman Shades, Cellular Blinds and many other styles. Get the..."; } if (link_spot == 2){ var jurl="http://www.classywindowtreatments.com"; var jtitle="Practical and Beautiful WindowTreatments"; var jdesc="Help with every aspect of decorating your windows, taking all the guesswork out of your decorating decisions. Whether purchasing, ordering custom made..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' \;'); } document.write('

'+jtitle+'
'); document.write(''+jdesc+'

'); if(layout == "horz"){ document.write('
'); } // End function Show Top Links