
if (document.layers || document.all || document.getElementById) canDoLayers=true;
else canDoLayers=false;

// hide and show layer functions for IE, NN4 and NN6
function hideLayer(layerName) {
	if (canDoLayers) {
		if (document.layers) document.layers[layerName].visibility = 'hidden';
		else if (document.all) document.all[layerName].style.visibility = 'hidden';
		else if (document.getElementById) document.getElementById(layerName).style.visibility = 'hidden';
	}
}

function showLayer(layerName) {
	if (canDoLayers) {
		if (document.layers) document.layers[layerName].visibility = 'visible'; 
		else if (document.all) document.all[layerName].style.visibility = 'visible';
		else if (document.getElementById) document.getElementById(layerName).style.visibility = 'visible';
	}
}

		
table1 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>Read in-depth profiles about the key people introduced in the TV program.<br>Transcripts of their interviews with the filmmakers let you dive even deeper.</p></td></tr></table>";
table2 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>Find out the challenges engineers and workers faced during<br>the largest recovery and demolition project in history.</p></td></tr></table>";
table3 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>Watch remarkable video stories from the documentary,<br>including several Web-only pieces.</p></td></tr></table>";
table4 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>See objects saved for future use in museums and memorials</p></td></tr></table>";
table5 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>Tap into the visions of two architects, a city planner,<br>a community activist, and the father of a WTC victim.</p></td></tr></table>";
table6 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>How do you imagine the future of Ground Zero?<br>Share your vision, and take a user poll.</p></td></tr></table>";
table7 = "<table cellpadding=0 cellspacing=0 border=0 width=462><tr><td align=center bgcolor='#CCCC99'><img src='images/_.gif' width='1' height='12' alt='' border='0'><br><p class='text333333'>Check local listings and access a program synopsis.<br>Also, the producers describe the challenges of making the documentary.</p></td></tr></table>";
		
		
if (canDoLayers) {
	if (document.all || document.getElementById) {
		document.writeln('<div id="layer1" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table1 + '</div>');
		document.writeln('<div id="layer2" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table2 + '</div>');
		document.writeln('<div id="layer3" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table3 + '</div>');
		document.writeln('<div id="layer4" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table4 + '</div>');
		document.writeln('<div id="layer5" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table5 + '</div>');
		document.writeln('<div id="layer6" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table6 + '</div>');
		document.writeln('<div id="layer7" style="position:absolute; left:14; top:326; width:462; height:70; background-color:#CCCC99; visibility:hidden; cursor:hand;">' + table7 + '</div>');
	} else if (document.layers) {
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer1">' + table1 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer2">' + table2 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer3">' + table3 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer4">' + table4 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer5">' + table5 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer6">' + table6 + '</layer>');
		document.writeln('<layer left="14" top="326" width="462" height="70" visibility="hidden" bgcolor="#CCCC99" id="layer7">' + table7 + '</layer>');
	}
} 

//-->