function openwin(link){ 
win=window.open(link, "Product", "left=20 , top=20, height=500, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
if(parseInt(navigator.appVersion)>= 4){win.window.focus();}
}
