// Java Script for Top Links // Last update Wed, 20 Jun 2007 08:20:33 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('
| '); while(link_spot<=2){ if (link_spot == 1){ var jurl="http://www.diyupholsterysupply.com"; var jtitle="Upholstery Fabric, Supplies and Tools"; var jdesc="DIY Upholstery supply offers wholesale Upholstery Fabric, supplies, tools, Footstools, Ottomans, decorative nails and legs. Free project help from 30 ..."; } if (link_spot == 2){ var jurl="http://www.abcdealtiger.com"; var jtitle="ABC Deal Tiger- Fashions"; var jdesc="Spend the day working around the house, have a sultry night-spend the evening out and about! ABC Deal Tiger provides stylish apparel like -hot dresses..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' |  \; | '); document.write('');
}
document.write(' '+jtitle+' | ');
}
if(layout == "vert"){
if(link_spot == 2){
document.write('');
}
}
link_spot++;
} // End While
document.write('