<!--
function picture(img_file,alt_text,width,height) {
var windowWidth = parseFloat(width) + 19;
var windowHeight = parseFloat(height) + 50;
var PictureWindow = window.open('', 'Picture', "top=20,left=40,height="+windowHeight+",width="+width+",toobar=no,menubar=no,directories=no,status=no,scrollbars=no,resizable=yes");
PictureWindow.document.open();
picwin = PictureWindow.document;
picwin.writeln("<html><head> <title>"+alt_text+"</title><style> p { font-family:Arial; font-size:11px; font-weight: bold; font-style: italic; margin-top: 5px;} </style> <base href='http://www.baltkurs.com/'> </head><body bgcolor=white topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><center>") 
picwin.writeln("<img src='"+img_file+"' width="+width+" height="+height+" border=0 onclick='self.close();' alt='"+alt_text+"' style='cursor: hand'> ");
picwin.writeln("<p>"+alt_text+"</p></center></body></html>");
picwin.close();
PictureWindow.focus();
}


var version;
//makes sidebar titles popup
function onLoad() {
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
userAgent = navigator.userAgent;
start = userAgent.indexOf("(");
end = userAgent.indexOf(";");
platform= userAgent.substring(start +2,end);  
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))) version = "n3";
	else version = "x";
if (version == "n3")
if (version == "n3") {
toc1on = new Image();
toc1on.src = "images/menu/distr_y.jpg";
toc2on = new Image();
toc2on.src = "images/menu/subscription_on.gif";
toc3on = new Image();
toc3on.src = "images/menu/advertising_on.gif";
toc4on = new Image();
toc4on.src = "images/menu/editors_on.gif";
toc5on = new Image();
toc5on.src = "images/menu/archive_on.gif";
toc6on = new Image();
toc6on.src = "images/menu/home_on.gif";

toc1off = new Image();
toc1off.src = "images/menu/distr_w.jpg";
toc2off = new Image();
toc2off.src = "images/menu/subscription2003.gif";
toc3off = new Image();
toc3off.src = "images/menu/advertising.gif";
toc4off = new Image();
toc4off.src = "images/menu/editors.gif";
toc5off = new Image();
toc5off.src = "images/menu/archive.gif";
toc6off = new Image();
toc6off.src = "images/menu/home.gif";
}

if (version == "n3") {
toc1blurb = "PRESS AND GO";
toc2blurb = "PRESS AND GO";
toc3blurb = "PRESS AND GO";
toc4blurb = "PRESS AND GO";
toc5blurb = "PRESS AND GO";
toc6blurb = "PRESS AND GO";
toc7blurb = "PRESS AND GO";
toc8blurb = "PRESS AND GO";
toc9blurb = "PRESS AND GO";
toc10blurb = "PRESS AND GO";
toc11blurb = "PRESS AND GO";
toc12blurb = "PRESS AND GO";
toc13blurb = "PRESS AND GO";
toc14blurb = "PRESS AND GO";
}
}

onLoad();

function img_act(imgName) {
	if (version == "n3") {
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
	blurbNum= eval(imgName + "blurb")
	self.status = blurbNum
	}
	else if (version=="n3")
	{
        blurbNum= eval(imgName + "blurb")
        self.status = blurbNum
	}
	else
return;
}

function img_inact(imgName) {
	if (version == "n3") {
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
        self.status =" ";
	}
	else if (version=="n3")
	{
        self.status =" ";
	}
	else
return;
}

// -->