function picturePopup (pic, alt, lang, width, height) {

  if (!width || width == '' || width < 1) width = 363;
  if (!height || height == '' || height < 1) height = 278;
  var winHeight = height + 48;
  
  window.open ('/common/picturepopup.asp?pic=' + pic + '&alt=' + alt + '&lang=' + lang + '&width=' + width + '&height=' + height, '_blank', 'width=' + width + ',height=' + winHeight + ',innerWidth=' + width + ',innerHeight=' + winHeight + ',directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}

function cabinPicturePopup (pic, alt, fartyg, hytt, lang, width, height) {

  if (!width || width == '' || width < 1) width = 363;
  if (!height || height == '' || height < 1) height = 278;
  var winHeight = height + 150;
  
  window.open ('/common/cabinpopup.asp?pic=' + pic + '&alt=' + alt + '&fartyg=' + fartyg + '&hytt=' + hytt + '&lang=' + lang + '&width=' + width + '&height=' + height, '_blank', 'width=' + width + ',height=' + winHeight + ',innerWidth=' + width + ',innerHeight=' + winHeight + ',directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');

}

function crossSectionPopup (ship, lang) {

  window.open ('/common/crosssectionpopup.asp?ship=' + ship + '&lang=' + lang, '_blank', 'width=363,height=326,innerWidth=363,innerHeight=326,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
  
} 

function htmlPopup (url, width, height) {
  if (!width || width == '' || width < 1) width = 400;
  if (!height || height == '' || height < 1) height = 400;
  var winHeight = height + 48;
  window.open (url, '_blank', 'width=' + width + ',height=' + winHeight + ',innerWidth=' + width + ',innerHeight=' + winHeight + ',directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');

} 

function scrollPopup (url, width, height) {
  if (!width || width == '' || width < 1) width = 400;
  if (!height || height == '' || height < 1) height = 400;
  var winHeight = height + 48;
  window.open (url, '_blank', 'width=' + width + ',height=' + winHeight + ',innerWidth=' + width + ',innerHeight=' + winHeight + ',directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no');
}
