var link
function opwin(link)
{
newWindow=window.open(link, "", 'width=300,height=295,top=141,left=782');
}
