/*<[CDATA[*/ /********************************************** *this script ripped almost without shame * *from http://www.teckis.com , * *I am sure Mark does not mind .. if he does I will * *do something about it , probably cry or something :( * *but thats where I got it from anyway. * *any other complaints to fire@firepages.com.au * **********************************************/ num_links = menu.length; link_height = 22; l_height = 22; link_width = (800 / num_links)-(num_links+2); l_width = (800 / num_links)-(num_links+2); if (navigator.userAgent.indexOf('Gecko') != -1) { link_height = 18; link_width = (800 / num_links)-(num_links+2); } document.write(''); if (navigator.userAgent.indexOf('Gecko') != -1) { link_height+=4; } /*]]>*/