	var soundIcon, tafIcon, soundIconText;
	tafIcon         = DynLayer.getInline("tafIconLayer");
	
	var xmlContentPath = "";
  	function setXMLContentPath(value){
  		xmlContentPath = "%3FxmlContentPath%3d" + value;
  	}
  	
    function openPopup(pName,pWidth,pHeight){
     if(pName=='tafPopup'){
     			var tafPopupPath = /*VIPURL*/"tell_a_friend/form.jsp?targetPageUrl=/com/en/mini_story/content.jsp"+xmlContentPath;
          centerPopup(pName,tafPopupPath,pWidth,pHeight);
      }
    }
    

    
    function viewTafIcon(mode){
		if(mode == true){
    		soundIcon.setVisible(false);
	    	tafIcon.setVisible(true);
	    }else{
	    	tafIcon.setVisible(false);
	    	soundIcon.setVisible(true);
	    }
    }
    
    function viewSoundIconTooltip(mode){

    }
   
    function viewSoundIconTooltip(mode){

    }