// Java Script for Top Links // Last update Wed, 19 Sep 2007 06:58:24 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.cabanavillage.com/"; var jtitle="Garden Sheds - Pool Cabanas"; var jdesc="Cabana Village – Your US source for quality cedar garden sheds, pool houses, cabin kits and pool cabanas. Five-sided space saving corner sheds and cab..."; } if (link_spot == 2){ var jurl="http://www.summerseat.com"; var jtitle="Adirondack Chairs - Summerseat"; var jdesc="Summerseat Brand Adirondack Chairs, the specialist manufacturer of comfortable, contoured and stylish Adirondack chairs, rockers and accessories."; } 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('