function openwin(url) {
 var page=url
popupWin = window.open(page,'Desc','width=500,height=620,menubar=yes,toolbar=yes,location=yes,directories=yes,titlebar=yes,status=yes,scrollbars=yes,resizable=yes');

}

