function show_product(link)
{
window.open(link,'','top=50,left=150,width=700,height=500,scrollbars=yes')
}
function show_honor(link)
{
window.open(link,'','top=50,left=150,width=700,height=500,scrollbars=yes,menubar=yes')
}