 // retrieve the lower frame

var variableName = null;

if (location.search.length > 0)
    variableName = location.search.substring(1);

whichfile = (variableName) ? variableName : 'aichi/0.html';

document.write('<!doctype html public "-//w3c//dtd html 3.2 //en"><html><head><title>WINGSPAN, the Inflight Magazine of ANA | ANAGrams</title> </head><frameset rows="50,*" border="0" frameborder="NO"><frame src="../top.html" name="top" noresize scrolling="NO"><frame src="'+whichfile+'" name="bot" noresize></frameset></html>');
document.close();

