// Java Script for Top Links // Last update Wed, 18 Jul 2007 10:14:12 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.qualitysilkplants.com"; var jtitle="Silk Trees, Artificial Flowers and Plants"; var jdesc="Quality Silk Plants is your online silk trees, silk flowers, artificial plant, silk orchid and artificial cactus plant retailer. Specializing in reali..."; } if (link_spot == 2){ var jurl="http://www.knightimpression.com"; var jtitle="Silk Floral Designer Interior Decorator"; var jdesc="Knight Impression is an Interior Decorating Company providing custom-made silk floral arrangements. Decorating services include space planning, furnit..."; } 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('