// Java Script for Top Links // Last update Fri, 17 Aug 2007 06:05:16 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.dpt-fast.com"; var jtitle="DPT Fast Rapid Prototyping"; var jdesc="Rapid prototyping/tooling company specializing in stereolithography, selective laser sintering, fused deposition modeling, injection molding, and many..."; } if (link_spot == 2){ var jurl="http://www.mailboxixchange.com"; var jtitle="Mailboxes and Curbside Decor"; var jdesc="Mailboxixchange.com offers a full line of over 1500 mailbox products, including wall, post, and column mount mailboxes. In additon, we also carry a la..."; } 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('