<!---

function open_marketwin(id) 
{ 
   window.open ("/market/show01.php?id="+id, "newwindow", "height=320, width=430, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, status=no") 
} 

function open_viewwin(id) 
{ 
   window.open ("/hyzz/index_list.php?t_id="+id, "view", "height=400, width=580, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no") 
}

function open_view_news(id)
{ 
   window.open ("/news_center/index01.php?id="+id, "newsview", "height=400, width=700, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no") 
}
//-->
