function GetCustomerEvalStar(iVal)
{
    var i,j,str,sImage1,sImage2;
    str="";
    sImage1="<image src='http://images2.ctrip.com/g/hotelstar/diamond.gif' width=13 height=13 border=0>";
    //sImage1="<image src='http://images2.ctrip.com/g/hotelstar/ustar_gold.gif' width=13 height=13 border=0>";
    ////sImage2="<image src='http://images2.ctrip.com/g/hotelstar/ustar_half.gif' width=7 height=13 border=0>";
    //sImage2="<image src='http://images2.ctrip.com/g/hotelstar/ustar_mix.gif' width=13 height=13 border=0>";
    sImage2="<image src='http://images2.ctrip.com/g/hotelstar/diamondhalf.gif' width=13 height=13 border=0>";
    if (!isNaN(parseInt(iVal)))
    {
        j=parseInt(iVal);
        for(i=1;i<=j;i++)
        {
            str=str+sImage1;		
        }
        if(iVal>j)
        {
            str=str+sImage2;
        }
    }
    return str;
}

function clickustar()
{
    window.open('ShowUstarNote.aspx', null, 'height=300,width=450,toolbar=no,menubar=no,location=no,scrollbars=yes ,top=0,left=200');
}

function clickustar_Intl()
{
    window.open('ShowUstarNote.aspx', null, 'status=no,menubar=no,top=20,left=20,width=500,height=350,resizable=yes,scrollbars=no');
}

function GetCustomerEvalStar1116(iVal)
{
    var i,j,str,sImage1,sImage2;
    str="";
    sImage1='<span class="priHtlChoice_evaDiamond01">&nbsp;</span>';
    sImage2='<span class="priHtlChoice_evaDiamond02">&nbsp;</span>';
    if (!isNaN(parseInt(iVal)))
    {
        j=parseInt(iVal);
        for(i=1;i<=j;i++)
        {
            str=str+sImage1;		
        }
        if(iVal>j)
        {
            str=str+sImage2;
        }
    }
    return str;
}
function openhelp(sCon,sbig5) {

    if (sCon == "HOTEL") {
        if (sbig5 == "F")
        {
            window.open("http://pages.ctrip.com/homepage/hotel/hotel200810271.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=650,height=300,left=100,top=20");
        }
        else
        {
            window.open("http://pages.big5.ctrip.com/homepage/hotel/hotel200810271.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=650,height=300,left=100,top=20");
        }
    }
    else if (sCon == "FLIGHT") {
        window.open("/html/supermarket/flight.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=400,height=300,left=100,top=20");
        }
    else if (sCon == "INGROUP") {
        window.open("/html/supermarket/ingroup.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=400,height=300,left=100,top=20");
        }
    else if (sCon == "PACKAGE") {
        window.open("/html/supermarket/hotel.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=650,height=300,left=100,top=20");
        window.open("/html/supermarket/flight.htm", null, "scrollbars=yes,statusbar=no,resizable=no,status=no,width=400,height=300,left=140,top=50");
        }
    else
        window.open(sCon, null, "scrollbars=yes,statusbar=no,resizable=yes,status=no,width=650,height=300,left=100,top=20");	
}