function openNewWindow(urladdress,details) 
{
 popupWin = window.open(urladdress,
 'open_window',
 details)
}