function popupflash(productId){
  var newwindow;
  newwindow=window.open('/asp/pdftoflash.asp?productId='+productId,'Teknologiainfo','height=520,width=820,resizable=0,status=0,toolbar=0');
  if (window.focus) {newwindow.focus()}
  return false;
}

function popupflashFileId(fileId){
  var newwindow;
  newwindow=window.open('/asp/pdftoflash.asp?fileId='+fileId,'Teknologiainfo','height=520,width=820,resizable=0,status=0,toolbar=0');
  if (window.focus) {newwindow.focus()}
  return false;
}

