document.writeln("<script>");
document.writeln("													function change(id_id,id){");
document.writeln("														var str=\"pic|Information|General|video\".split(\"|\");");
document.writeln("														for (i=0;i<=str.length;i++){");
document.writeln("															if (str[i]==id_id){");
document.writeln("																document.getElementById(str[i]).className=\"product_biaoqian_in\";");
document.writeln("																document.getElementById(\"product_view\").innerHTML=\"Data reading，please wait...\";");
document.writeln("																Ajax_CallBack(false,\'product_view\',\'\/inc\/product_type_e.asp?id=\'+id+\'&act=\'+str[i]);");
document.writeln("															}");
document.writeln("															else");
document.writeln("															{");
document.writeln("																if (document.getElementById(str[i])){");
document.writeln("																	document.getElementById(str[i]).className=\"product_biaoqian\";");
document.writeln("																}");
document.writeln("															}");
document.writeln("														}");
document.writeln("													}");
document.writeln("												<\/script>")
