<!--
function OpenW(wopen)
{
w="../product/"+wopen+".html";
opener.window.name="hom";
window.open(w, "hom");
window.close();
}
//-->

