#1I have a Javascript <select> menu that I am using to save some page real estate but am concerned the links within are not being spidered properly by Google. If this is a concern of mine, should I switch to HTML text links? The URLS are clearly spelled out inside the <option value="">, but I can't seem to find out if this is effective or not.#2Along the same lines I have a links page that I am using in combination with a PHP script that tells me how often my partners are being clicked. The script requires that I use http://mysite.com/partners.php?ID=8 instead of a direct link like http://mypartner.com - does this ruin any hopes of increasing my partner's ranking on Google in this scenario? If so, I will lose the script and switch to direct linking - I just can't seem to find anyone to answer this question for me!Thanks all. sundevil67Hi wwwac,#1 Personally I would switch to HTML text links as I would imagine that the Google spider would have trouble with this Javascript. Another alternative is to keep the select box but provide a site map elsewhere with text links replicating the pages in the select box. This will help the spider to find these pages if it has trouble with the script. Remember to link to this site map from the homepage #2Unless it is absolutely necessary for you to know how often your partners links have been clicked I would switch to direct text linksHope this helps