

var dest = new Array(6);

dest[0] = window.location.href;

dest[1] = "http://www.inthemixproductions.com/printshop/create_account.php";

dest[2] = "https://www.inthemixproductions.com/printshop/account_edit.php";

dest[3] = "https://www.inthemixproductions.com/printshop/checkout_shipping.php";

dest[4] = "http://www.inthemixproductions.com/printshop/contact_us.php";

dest[5] = "http://www.inthemixproductions.com/printing_quote.php";

dest[6] = "http://www.inthemixproductions.com/download_template.php";

function go(d) {



window.location.href = dest[d.destination.options.selectedIndex];      

// Open new window with selected location

// var x = window.open(dest[d.destination.options.selectedIndex],"New Window");

// To set the URL for another frame in this frameset

// top.framename.location.href = dest[d.menu.options.selectedIndex]);

}