function openZoomWindow(){ 
	var niWidth=''
	var niHeight=''
	niWindowWidth = parseInt(niWidth) + 40 ;
	niWindowHeight = parseInt(niHeight) + 60 ;
						
	sURL = 'http://picsrv.europeantour.com/fif=/pga/000440.rm&init=0,0,1,1&rect=0,0,1,1&wid=' + niWidth + '&hei=' + niHeight + '&lng=en&enablePastMaxZoom=ON&page=pga5.html&obj=uv,1.0';
								
	window.open(sURL,'MediaWorld','toolbar=no, leftmargin=0, topmargin=0,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + niWindowWidth + ',height=' + niWindowHeight); 
}

function openMediaInMediaWorld(rmfile){ 
	// open real media popup window
	var sURL;
	sURL = escape("rmfile="+rmfile);
	if ((browserName == "Netscape") && (browserVer <=3)){

		// change window size for Netscape 3 or below
		window.open("/singleframeset.sps?file=/mediaworld/video_audio_popup.sps&title=European - Tour&" + sURL,"MediaWorld","width=272,height=340,top=200,left=200,resizable=no,status=no,location=yes");  
	} else{
		window.open("/includes/mediaworld/console_frame.sps?rmfile=" + rmfile,"EuropeanTour","width=340,height=400,top=200,left=200,resizable=no,location=no,status=no,menubar=no,scrollbars=no"); 
	}
}

function openAssetWindow(url) {
	window.open(url, "europeantourpopup", "width=520,height=550,top=200,left=200,resizable=no,location=no,status=no,menubar=no,scrollbars=yes");
}

function changeTour(url, tourid){
	window.location=url + '&tourcontrolid=' + tourid;
}


