

function index(str1,str2)

{//alert(str1+','+str2)
switch(str2)
{
case 0:
window.location.href='index.asp';
break;


case 1:
window.location.href='snews.asp?typeid=0104';
break;

case 2:
window.location.href='wzdt.asp';
break;


case 3:
window.location.href='news.asp?typeid=0301';
break;

case 4:
window.location.href='product.asp?typeid=0402';
break;


case 5:
window.location.href='news.asp?typeid=0501';
break;

case 6:
window.location.href='cpjl.asp?typeid=0601';
break;

default:
window.location.href='index.asp';
break;
}
}
