

function index(str1,str2)

{//alert(str1+','+str2)
switch(str1)
{
case 10:
window.location.href='index.asp';
break;


case 11:
window.location.href='eng/index.asp';
break;




default:
window.location.href='index.asp';
break;
}
}
