﻿//首页推荐专家列表

function ExpertList(){
var content = "";
content += "<table>";
content += "<tr>";
content += "<td width='50%'><img src='manager/expertmanager/./uploadfiles/201011895940453.jpg' width='100' height='123'></td>";
content += "<td width='50%'><img src='manager/expertmanager/./uploadfiles/20097813619660.jpg' width='100' height='123'></td>";
content += "</tr>";
content += "<tr>";
content += "<td>王志勇</td>";
content += "<td>刘爽</td>";
content += "</tr>";
content += "<tr>";
content += "<td><input type='button' class='button_img_2' value=' ' onclick=window.open('aqgw/ask.aspx?gwid=wzy','askquestion');></td>";
content += "<td><input type='button' class='button_img_2' value=' ' onclick=window.open('aqgw/ask.aspx?gwid=lius','askquestion');></td>";
content += "</tr>";
content += "</table>";
document.write(content);}



//问题列表页专家列表

function ExpertListMore(){
var content = "";
content += "<table class='table_6'>";
content += "<tr>";
content += "<td><a href='aqgwinfo.aspx?aid=wzy' target='_blank'><img src='../manager/expertmanager/./uploadfiles/201011895940453.jpg' width='100' height='123'></a>";
content += "<br><a href='aqgwinfo.aspx?aid=wzy' target='_blank'>王志勇</a>";
content += "&nbsp;<input type='button' class='button_img_2' value=' ' onclick=window.open('ask.aspx?gwid=wzy','askquestion');>";
content += "</td>";
content += "</tr>";
content += "<tr>";
content += "<td><a href='aqgwinfo.aspx?aid=lius' target='_blank'><img src='../manager/expertmanager/./uploadfiles/20097813619660.jpg' width='100' height='123'></a>";
content += "<br><a href='aqgwinfo.aspx?aid=lius' target='_blank'>刘爽</a>";
content += "&nbsp;<input type='button' class='button_img_2' value=' ' onclick=window.open('ask.aspx?gwid=lius','askquestion');>";
content += "</td>";
content += "</tr>";
content += "</table>";
document.write(content);}




