var url = window.location.href;
url = url.toUpperCase();
//alert(url);
if(url.indexOf('PRICES/6') != -1 && url.indexOf('PRICES/6/200') == -1 ){
 window.location = '/html/prices/6/200804/29-2098.html';//国内陆运
}
if(url.indexOf('PRICES/5') != -1 && url.indexOf('PRICES/5/200') == -1 ){
 window.location = '/html/prices/5/200804/29-2097.html';//国内空运报价
}

if(url.indexOf('PRICES/4') != -1 && url.indexOf('PRICES/4/200') == -1 ){
 window.location = '/html/prices/4/200804/29-2099.html';//国际海运
}
if(url.indexOf('PRICES/3') != -1 && url.indexOf('PRICES/3/200') == -1 ){
 window.location = '/html/prices/3/200804/29-2110.html';//国际海运
}

if(url.indexOf('PRICES/1') != -1 && url.indexOf('PRICES/1/200') == -1 ){
 window.location = '/html/prices/1/200804/29-2109.html';//国际空运
}




document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"551\" height=\"65\">");
document.writeln("  <param name=\"movie\" value=\"\/templets\/images\/title.swf\" \/>");
document.writeln("  <param name=\"quality\" value=\"high\" \/>");
document.writeln("   <param name=\"wmode\" value=\"transparent\" />");
document.writeln("  <embed src=\"\/templets\/images\/title.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"551\" height=\"65\"><\/embed>");
document.writeln("<\/object>");
function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
   var arVersion = navigator.appVersion.split("MSIE")
   var version = parseFloat(arVersion[1])
   if ((version >= 5.5) && (document.body.filters)) 
   {
      for(var i=0; i<document.images.length; i++)
      {
         var img = document.images[i]
         var imgName = img.src.toUpperCase()
         if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
            var imgID = (img.id) ? "id='" + img.id + "' " : ""
            var imgClass = (img.className) ? "class='" + img.className + "' " : ""
            var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
            var imgStyle = "display:inline-block;" + img.style.cssText 
            if (img.align == "left") imgStyle = "float:left;" + imgStyle
            if (img.align == "right") imgStyle = "float:right;" + imgStyle
            if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
            var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');  \"></span>" 
            img.outerHTML = strNewHTML
            i = i-1
         }
      }
   }    
}
if (document.all){
window.attachEvent("onload", correctPNG);	
}

