﻿// JavaScript Document
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function PopupPic(sPicURL) { 
window.open( "http://www.worldwidegolfshops.com/Merchant2/popup.htm?"+sPicURL, "", 
"resizable=1,HEIGHT=200,WIDTH=200"); 
} 

function switchimage(newimage) {
	document.getElementById('mainimage').src = newimage;
}
function showTab(theTab) {
	if (theTab != 'desc') {
		document.getElementById('desc').style.display = 'none';
		document.getElementById('prodtabdesc').src = 'graphics/00000011/ProdTabdesc.gif';
	}
	if (theTab != 'specifications') {
		document.getElementById('specifications').style.display = 'none';
		document.getElementById('prodtabspecifications').src = 'graphics/00000011/ProdTabspecifications.gif';
	}
	document.getElementById(theTab).style.display = 'block';
	document.getElementById('prodtab'+theTab).src = 'graphics/00000011/ProdTab' + theTab + '_On.gif';
}
