ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false


var varfor='<table cellspacing=0 cellpadding=1 border=0 bgcolor=#000000><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#999999" width=100% height=100%><tr><td bgcolor="FFF000"><div style="font-size : 10px;font-family : verdana;font-weight : bold;color: #000000;">French Pages</div></td></tr><tr><td bgcolor=#FFFFFF><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size : 10px;font-family : verdana;font-weight : normal;color: #000000;">- Un site tout neuf.<br>- LE Award ou Les Lauriers ?<br>- Un nouveau point de vue.<br>- Les contes.<br>- Les romans. <br>- Une nouvelle.<br></div></table></td></tr></table>';

var kopinfo='<table cellspacing=0 cellpadding=1 border=0 bgcolor=#000000><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#999999" width=100% height=100%><tr><td bgcolor="FFF000"><div style="font-size : 10px;font-family : verdana;font-weight : bold;color: #000000;">The French Foreign Legion</div></td></tr><tr><td bgcolor=#FFFFFF><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size : 10px;font-family : verdana;font-weight : normal;color: #000000;">- The best Military links on the Internet.<br>- How to enlist into the Legion.<br>- Why not an International UN Legion?<br>- The Honor Code.<br>- Some songs and Le Boudin.<br></div></table></td></tr></table>';

var reginfo='<table cellspacing=0 cellpadding=1 border=0 bgcolor=#000000><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#999999" width=100% height=100%><tr><td bgcolor="FFF000"><div style="font-size : 10px;font-family : verdana;font-weight : bold;color: #000000;">Irish pages</div></td></tr><tr><td bgcolor=#FFFFFF><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size : 10px;font-family : verdana;font-weight : normal;color: #000000;">- Liam Purcell.<br>- Biography.<br>- Letter from London.<br>- Poetry.<br>- A novel.<br>- Celt History.<br>- Links to discover.<br></div></table></td></tr></table>';

var kodI= '<span id=popK style="position: absolute; top: 150; left: 110;" >'+varfor+'</span><span id=popV style="position: absolute; top: 150; left: 110;">'+kopinfo+'</span><span id=popR style="position: absolute; top: 150; left: 110;">'+reginfo+'</span>';

var kodN= '<LAYER ID="popK" LEFT=380 TOP=290 WIDTH=650 HEIGHT=200 CLIP="0,0,650,200" VISIBILITY="hide">'+varfor+'</LAYER><LAYER ID="popV" LEFT=380 TOP=290 WIDTH=650 HEIGHT=200 CLIP="0,0,650,200" VISIBILITY="hide">'+kopinfo+'</LAYER><LAYER ID="popR" LEFT=180 TOP=290 WIDTH=650 HEIGHT=200 CLIP="0,0,650,200" VISIBILITY="hide">'+reginfo+'</LAYER>';


function show(id) {
	if (ns4) document.layers[id].visibility = "show"
	else if (ie4) document.all[id].style.visibility = "visible"
}

function hide(id) {
	if (ns4) document.layers[id].visibility = "hide"
	else if (ie4) document.all[id].style.visibility = "hidden"
}

function CodeWrite()  {
 if (ns4) document.write(kodN);
 else if(ie4) document.write(kodI);
	hide('popK');
	hide('popV');
	hide('popR');
	
}

