商务前线——钢铁交易网
| 联系人:lxbfYeaa |
| 电 话:1-555-666-0606 |
传 真:1-317-317-3137
|
|
|
|
|
|
无主题
1 |
|
2025-10-15 |
2 |
|
2025-10-15 |
3 |
|
2025-10-15 |
|
|
function TopSort(name,n,m){
for(i=1;i<=m;i++){
document.getElementById(String(name) + String(i)).style.display="none";
document.getElementById(String(name)+"_tab"+String(i)).className="";
}
document.getElementById(String(name) + String(n)).style.display="block";
document.getElementById(String(name)+"_tab"+String(n)).className="tab_select";
}
updateGqinfoResults(2);
function openWin(theURL,winName,features) {
window.open(theURL,winName,features);
}
function show_sader(theURL,winName,features) {
window.open(theURL,winName,features);
}
|