var Austar={};
Austar.getFlashObject = function(elm){
  elm = (elm)?elm:"video-player";
  if(navigator.appName.indexOf("Microsoft") != -1){
    return window[elm];
  }else{
    return document[elm];
  }
};

Austar.openItem = function(anc){
	$(".faq-block li span").hide();
	anc = (anc==undefined)?jQuery.url.attr("anchor"):anc;
	if(anc != null) $("a[@name="+anc+"]").siblings('span').show();
};


