/**
* AT&T Park common javascript 
*
*/

if (navigator.appVersion.indexOf("MSIE") > 0) {
			if ((navigator.userAgent.indexOf("MSIE 5.5") > 0) || (navigator.userAgent.indexOf("MSIE 6") > 0)) {
				// implicit Windows only code
				document.styleSheets(0).href = "styles.css";
			} else {
				document.write('<link rel="stylesheet" type="text/css" href="styles_ns.css" title="netscape">');
			}
		}
		
function WM_imageSwap(Image, Src){
  var objStr,obj;
  if(document.images){
    if (typeof(Image) == 'string') {
      objStr = 'document.' + Image;
      obj = eval(objStr);
      obj.src = Src;
    } else if ((typeof(Image) == 'object') && Image && Image.src) {
      Image.src = Src;
    }
  }
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=720,height=504,left = 212,top = 84');");
}

function popQTVR(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=616,height=518,left = 212,top = 84');");
}