function zoompop(imgsrc, wid, ht, text, act) {
  var winwid=wid+40;
  var winht=ht+200;
  zoom1=window.open('','zoom1','width='+winwid+',height='+winht+',left=0,top=0,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes');
  zoom1.document.open();
  zoom1.document.write("<html><head><title>Image Zoom for "+text+"<\/title><meta http-equiv=\"pragma\" content=\"no-cache\"><meta http-equiv=\"expires\" content=\"-1\"><link rel=\"StyleSheet\" href=\"\/lib\/"+act+"\/styles-rev01.css\" type=\"text\/css\" media=\"screen\"><\/head>");
  zoom1.document.write("<body>");
  zoom1.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
  zoom1.document.write("<tr><td colspan=\"4\"><img src=\"\/lib/"+act+"001pixel.gif\" alt=\" \" border=\"0\" width=\"1\" height=\"12\"><\/td><\/tr>");  
  zoom1.document.write("<tr valign=\"top\"><td>&nbsp;<\/td><td><span class=\"pagehead\">"+text+"<\/span><\/td><td align=\"right\">&nbsp;&nbsp;<a href=\"javascript:window.close();\">Close Window<\/a><\/td><td>&nbsp;<\/td><\/tr>");
  zoom1.document.write("<tr><td colspan=\"4\"><img name=theimg src=\""+imgsrc+"\" alt=\""+text+"\" border=\"0\" width=\""+wid+"\" height=\""+ht+"\" vspace=\"12\" hspace=\"12\"><\/td><\/tr><\/table>");
  zoom1.document.write("<\/body><\/html>");
  zoom1.focus();
}
function sendAfriend() {
  var strBody = "I found a great place to get your team gear, "+window.location;
  var strSubject = "They have everything, selection, great prices and service...";
  window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
function nav1() {
  var w = document.teamform.teamlist.selectedIndex;
  var url_add = document.teamform.teamlist.options[w].value;
  window.location.href = url_add;
}
function nav2() {
  var w = document.playerform.playerlist.selectedIndex;
  var url_add = document.playerform.playerlist.options[w].value;
  window.location.href = url_add;
}
