              /////////////////////////////////////////////////////////////////////////////////////
              //                                                                                 //
              //                   Altai Cashmere Co.,Ltd E-Commerce Project                     //
              //                           INB Systems Co.,Ltd. 2007                             //
              //                                                                                 //
              /////////////////////////////////////////////////////////////////////////////////////
              
              var keepExchange =''
              var keepDhl =''
              var keepLiveHelp =''
              var udButton =''
              
              
              function showLiveHelp()
              { otherTabChanger(getObj('liveHelp'))
              	getObj('udButtonMask').style.width ='0px'
                getObj('udButtonMask').style.height ='0px'
                str = '<table cellspacing="0" cellpadding="0" align="center">'
                str +='<tr><td height="10"></td></tr>'
                str +='<tr><td><img src="img/msg.jpg"></td>'
   	   	        str +='    <td><a href="ymsgr:sendim?d.badral">'
   	   	        str +='        The online helper is waiting for you.<br>'
   	   	        str +='        If there is any question Please click here</a><br>'
   	   	        str +='        <div style="position:relative; padding-top:5px">'
   	   	        str +='        <font color="red">Don\'t forget to be online on yahoo messenger!</font></div></td></tr>'
   	   	        str +='</table>'
   	   	        getObj('otherMask').style.height ='85px'
              	getObj('otherBody').innerHTML =str }
              
              function showExchange()
              { otherTabChanger(getObj('exchange'))
              	getObj('udButtonMask').style.width ='314px'
                getObj('udButtonMask').style.height =''
              	getObj('otherMask').style.height ='85px'
              	getObj('otherBody').innerHTML =setExchange
              }
              
              function showDhlCheck()
              { otherTabChanger(getObj('dhlCheck'))
              	getObj('udButtonMask').style.width ='0px'
                getObj('udButtonMask').style.height ='0px'
              	str = '<form name="dhl" target="blank" action="http://www.dhl.com/publish/g0/en/eshipping/track.high.html" method="POST">'
                str +='	   <input type="hidden" name="hideTitleText" value="1">'
              	str +='<table cellspacing="0" cellpadding="0">'
              	str +='<tr><td colspan="3">'
                str +='    <table cellspacing="0" cellpadding="0">'
                str +='    <tr><td valign="top" style="padding-top:3px; padding-bottom:5px">'
                str +='        <img src="img/other/dhl.png"></td>'
                str +='        <td style="padding-left:5px">Please enter your product shipment track number!</td></tr>'
                str +='    </table></td></tr>'
              	str +='<tr><td colspan="3" bgColor="#FFEA83" style="padding:8px" height="50">'
              	str +='    <table cellspacing="0" cellpadding="0">'
              	str +='    <tr><td style="color:#C60000; padding-left:8px; padding-right:3px">'
              	str +='        <b>Shipment&nbsp;number:</b></td>'
              	str +='        <td><input name="AWB" id="AWB" type="text" value="- AWB number -" maxlength="12"'
              	str +='             style="padding-left:5px; color:#808080; border:1px solid #F58E4A; width:110px"'
              	str +='             onFocus ="this.value=\'\'"></td>'
              	str +='        <td style="padding-left:3px">'
              	str +='            <input type="image" src="img/other/go.gif"></td></tr>'
              	str +='    </table></td></tr>'
              	str +='</table>'
              	str +='<input type="hidden" name="type" value="fasttrack">'
              	str +='</form>'
              	getObj('otherMask').style.height ='85px'
              	getObj('otherBody').innerHTML =str }
              
              var preTabObj =''
              function otherTabChanger(obj)
              { if(preTabObj=='')
              	{ udButton  =getObj('upDownButton')
              	  preTabObj =getObj('exchange')
              	  setExchange =getObj('otherBody').innerHTML
              	}
              	obj.bgColor='white'
                obj.style.borderBottomColor='white'
               	if(preTabObj !='')
               	{ preTabObj.bgColor=''
               	  preTabObj.style.borderBottomColor='#ABABAB' }
               	preTabObj =obj }