var bookratinglist = '';
var dvdratinglist = '';

function getlargeimage( inumber, width, height ) 
{
	document.getElementById('hitchcockgalleryimage').innerHTML = '<img alt="full sized image" width="'+width+'" height="'+height+'" style="border:1px solid black;" src="http://www.hitchcockwiki.com/gallery/'+inumber+'.jpg" />';
}

function viewframe2(film,fn) { 
	winhandle = window.open('http://hitchcock.dreamhosters.com/cgi-bin/1000frames2.pl?film='+film+'&amp;frame='+fn,'frm','width=960,height=650,scrollbars=yes,left=10,top=10,screenX=10,screenY=10'); 
}
