
	var ImageMax = 1;			 
	var imgValue = 0;			
	 
function change_image(){
/*	
	if(imgValue==ImageMax){
	  imgValue = 0;
	  document.top_img.src='images/image00' + imgValue + '.gif';

	  setTimeout('change_image()', 5000);	 
	}
	else{
	  imgValue = 1;
	  document.top_img.src='images/image00' + imgValue + '.gif';
	  setTimeout('change_image()', 5000);		 
	}
*/
}

function top_link() { 
window.open("http://www.pgamerchandiseshow.com/","WindowOpen1","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");

/*
	if(imgValue!=ImageMax){
window.open("http://www.golf-europe.com/","WindowOpen1","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
	}
	else{
window.open("http://www.pgaexpo.com/App/homepage.cfm?moduleid=42&appname=100038&campaign","WindowOpen1","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); 
	}
*/
}

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];}}
}