// Java Script for Top Links // Last update Fri, 15 Jun 2007 15:44:50 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.homestages.com"; var jtitle="The Home Staging Professionals"; var jdesc="Home Stages Designs offering a Complete Home Staging Business Training Course, Staging and Interior Design Ebooks, Corporate Business Documents and Ma..."; } if (link_spot == 2){ var jurl="http://www.homeandgardenlinkexchange.com"; var jtitle="Trade Links with Sites That Benefit You"; var jdesc="Exchange links with web sites that provide you with true benefits and not just some hope of a few hits someday. All web sites listed here have been te..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' \;'); } document.write('

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

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