function openLarge(file,numb)
	{
	if (file=="wanted") {
		alert("Still looking for (some of) the artwork for this title. If you have this particular item and/or you can help out, please email me at help@defleppard-discography.com.\nWith any correspondence about this item, please include its discography number, which is 00" + numb + ".");
		}
	else {
		w=(screen.availWidth/2)-150;
		popupWin = window.open( '', 'DefLeppard', 'left=' + w + ',top=10,width=300,height=300,menubar=no,scrolling=no,resizable=no,toolbar=no,location=no,directories=no,status=yes');
popupWin.blur();
popupWin.document.open();
popupWin.document.write( '<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">' );
popupWin.document.write( '<html><head><title>Def Leppard discography</title>' );
popupWin.document.write( '</head>' );
popupWin.document.write( '<body style=\"margin:0px;\">' );
popupWin.document.write( '<a href=\"javascript:window.close();\"><img width=\"300\" height=\"300\" src=\"images/artwork/' + file + '.jpg\" border=\"0\" alt=\"Click to close window\" /></a>' );
popupWin.document.write( '</body></html>' );
popupWin.document.close();
popupWin.focus();
		popupWin.document.close();
		popupWin.focus();
		}
	}



