// Java Script for Top Links // Last update Wed, 19 Sep 2007 14:04:57 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://rainforest.care2.com/"; var jtitle="Save the Rain Forrest"; var jdesc="By clicking the -Save the Rain Forest- button daily, you generate a donation to protect rain forest through The Nature Conservancy. Our sponsors pay f..."; } if (link_spot == 2){ var jurl="http://www.croplink.co.nz/"; var jtitle="CropLink (NZ) Ltd."; var jdesc="For leading edge technical, management and strategic information relating to floriculture, with emphasis on recently developed crops. We focus on your..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' \;'); } document.write('

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

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