
  browserName = navigator.appName; 
  browserVer = parseInt(navigator.appVersion); 
  function OpenWnd(url) 
  { 
    var xs = Math.round(screen.availWidth * 0.66);
    var ys = Math.round(screen.availHeight * 0.66);
    xc = Math.round(screen.availWidth / 2 - xs / 2);
    yc = Math.round(screen.availHeight / 2 - ys / 2);
      
    if (browserVer > 2)
    { 
      wnd=window.open(url,"Musicalland","toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,title=yes,width="+xs+",height="+ys+",left="+xc+",top="+yc+",location=top"); 
    } 
  } 

  function setWindowTitle(ref,title)
  {
    ref.document.title = title;
    return true;
  }

  function TicketWnd(url) 
  { 
    var xs = 772;
    var ys = 415;
    xc = Math.round(screen.availWidth / 2 - xs / 2);
    yc = Math.round(screen.availHeight / 2 - ys / 2);
      
    if (browserVer > 2)
    { 
      wnd=window.open(url,"Musicalland","toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,title=yes,width="+xs+",height="+ys+",left="+xc+",top="+yc+",location=top"); 
    } 
  } 
  
  function css(id, cls)
  {
  	var elem;
  	if (elem = document.getElementById(id))
  	{
  		elem.className = cls;
  	}
  }

  google_ad_client = "pub-8695711257924590";
  google_ad_width = 120;
  google_ad_height = 240;
  google_ad_format = "120x240_as";
  google_ad_type = "text";
  google_page_url = document.location;
  google_color_border = "CFB97F"
  google_color_bg = "000000"
  google_color_link = "BBBAAA"
  google_color_url = "BBBAAA"
  google_color_text = "000000"
		    
