   
function selectaplace(form) {
var appname= navigator.appName; 
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x; 
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Test";
for(var d=0;d<1250;d++) { };  
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=http://precisionweb.net/shopping_cart_FAQ.htm>Free Shopping Cart - Frequently Asked Questions');
document.write ('<option value=#Q1>What exactly does your shopping cart do?');
document.write ('<option value=#Q2>How do I get started?');
document.write ('<option value=#Q3>How do I set up my shopping cart?');
document.write ('<option value=#Q4>How do I add an item to my shopping cart?');
document.write ('<option value=#Integrating-the-shop>Integrating the shop with my site.');
document.write ('<option value=#Linking>Linking from my site to the shopping cart.');
document.write ('<option value=#PCI>PCI compliance: How do I verify PCI compliance on my site.');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#real-time-processing>Real-time processing merch accounts.');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#Virtual-Merchant>Virtual Merchant Gateway: How do I set up my shop to use the Virtual Merchant Gateway');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#CardService-International>CardService International LinkPoint HTML CC Processing');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#Authorizenet>Authorize.net - Real Time Credit Card Processing');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#payflow>Payflow Link (Paypal) - Real Time Credit Card Processing');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#bluepay>Bluepay.com - Real Time Credit Card Processing');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#worldpay>Worldpay.com - Real Time Credit Card Processing');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm#paypal>PayPal: How do I set up my cart to accept PayPal payments?');
document.write ('<option value=http://www.precisionweb.net/PayPal-Pro-Payment.htm>PayPal Pro: How do I set up my cart for PayPal Pro Payments?');
document.write ('<option value=http://www.precisionweb.net/shopping_cart_payment.htm>Other gateways compatible with the shopping cart');
document.write ('<option value=#AffiliateTracking>How do I set up my Affiliate account to work with the cart?');
document.write ('<option value=#Q6>Where does the order go after checkout?');
document.write ('<option value=#Q7>Does the Precision Cart allow for sales tax?');
document.write ('<option value=#Q11>Custom header and footer option setup info.');
document.write ('<option value=#importing>Importing data into the shopping cart.');
document.write ('<option value=#dropdown>Creating a drop down list for an item.');
document.write ('<option value=#Quickbooks>Quickbooks - Importing data into Quickbooks.');
document.write ('<option value=#affiliate>Affiliate Software. What affiliate software will work with the shopping cart.');
document.write ('<option value=http://www.precisionweb.net/shopmanual/>Shop Manual - More on using the shopping cart.');



document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

    
