function openwin(str)
{
 window.open(str,"address","width=300,height=180,scrollbars=no,location=no,menubar=no");
} 
