|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/markrose/atlas/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Historical Atlas of Ereláe</TITLE>
</HEAD>
<script>
function show( s )
{
// update current map
Nav.document.theform.current.value = s;
// Change to next map and text
if (s == "3480L") {
Mapp.document.images[0].src = "../langs-3480.jpg";
} else {
ext = ".gif";
if (s == "terrain" || s == "cover" || s == "3480")
ext = ".jpg";
Mapp.document.images[0].src = s + ext;
}
Talk.location = s + ".htm";
}
function current()
{
return Nav.document.theform.current.value;
}
function nextmap()
{
Nav.nextmap();
}
function homepage()
{
window.location = "../virtuver.htm";
}
function gethelp()
{
window.location = "help.html";
}
function updir(s)
{
window.open("../" + s,
"secondary", "resizable=yes");
}
function atlas(parm)
{
if (parm == 1) {
window.location = "http://www.almeopedia.com/almeo.html?Arc%E9l%20History";
} else {
window.location = "http://www.almeopedia.com/almeo.html?Skouras%20History";
}
}
function alt(parm)
{
if (parm == 1) {
window.location = "alt.html";
} else {
window.location = "index.html";
}
}
function al(s)
{
window.open("http://www.almeopedia.com/almeo.html?" + s,
"secondary", "resizable=yes");
}
function smaller()
{
var fr = document.getElementById('TaskFrame');
if (Nav.document.theform.thesize.value == "519")
{
Nav.document.theform.thesize.value = "400";
Mapp.document.images[0].height = 375;
Mapp.document.images[0].width = 487;
fr.rows = '400,*';
}
else
{
Nav.document.theform.thesize.value = "519";
Mapp.document.images[0].height = 500;
Mapp.document.images[0].width = 650;
fr.rows = '519,*';
}
}
function pageparam( name, def )
{
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null || results == "" )
return def;
else
return results[1];
}
function CheckParam()
{
if (Nav.document.theform.ignoreParam.value == "no") {
var page = pageparam("page", "");
if (page != "") {
show(page);
Nav.document.theform.ignoreParam.value == "yes"
}
}
}
</script>
<FRAMESET FRAMEBORDER=0 FRAMESPACING=0 id="TaskFrame" ROWS="519,*"
onload="CheckParam();">
<!-- Top part of atlas: Map and nav bar -->
<FRAMESET COLS="*,210">
<!-- Map -->
<FRAME name="Mapp" marginheight=3 marginwidth=3
src="atmap.htm">
<!-- Nav bar -->
<FRAME name="Nav" marginheight=0 marginwidth=0
src=atnav.htm>
</FRAMESET>
<!-- Bottom part of atlas: Commentary -->
<FRAME name="Talk" marginheight=0 marginwidth=5
src="cover.htm">
</FRAMESET>
</HTML>