// JavaScript Document//************************** Beginning of File ************* LayerWindow.js 



var im = new Array();
var prefix = '"pict/Images/';
im[0] = "ab013185.jpg";
im[1] = "";







var nkaratak = "NORTHERN ARTSAKH<br>Samvel Karapetyan ";
function showbigpict(pref, imgfile, nktext, chapser){
var bodytext = '<HTML><HEAD><TITLE>Northern Artsakh</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=x-user-defined"><link href="../links.css" rel="stylesheet" type="text/css"><link href="../ArmF.css" rel="stylesheet" type="text/css"></HEAD>';
bodytext += '<BODY background="../fon.jpg" onBlur="self.close();" marginheight="0" marginwidth="0">';
bodytext += '<img src='+pref+imgfile+'" border="1" alt="NORTHERN ARTSAKH"><br>';
bodytext += '<span class="C5">'+nktext+'</span></BODY></HTML>';
var newwin = window.open("", "", "resizable=yes,width=500,height=550");
newwin.document.write(bodytext);
newwin.document.close();
}



function getselectedvalue(selobj){
// var ind = selobj.options[selobj.selectedIndex].value;		// ok
var ind = selobj.selectedIndex;
//alert (ind);
window.location.href=a1[ind];
//return ind
}
