TGN Full Record Display, English (Getty Research)
");
/*
var iWidth = (NS)?window.innerWidth:document.body.clientWidth; // declase NS global var if not already available
var iHeight = (NS)?window.innerHeight:document.body.clientHeight;
var iWidth = document.images[0].width - iWidth;
var iHeight = document.images[0].height - iHeight;
win.resizeBy(iWidth, iHeight);
*/
win.focus();
};
// -->