// Avalike lehtede javascript

function lisainf(page_url){
if (is_ie4up || is_opera5up){

	w1 = 536;	// alglaius
	h1 = 50;	// algkõrgus
	w = 600;
	h = 750;
	lft = 60;
	tp = 60;
	feat = "'toolbar=no,location=no,status=no,directories=no,menubar=no,resizable=no,scrollbars=yes,"
	feat += "left=" + lft;
	feat += ",top=" + tp;
	feat += ",width="+w1;
	feat += ",height="+h1+"'";

	li_win = window.open('','Lisainfo',feat);
	spd = 8;
	for (i=h1; i <= h; i+=spd)li_win.resizeTo(w,i);
	li_win.location = page_url;
} else {
	// tegemist on vanema brauseriga
	lft = 160;
	tp = 60;
	w1 = 536;
	h1 = 750;	
	feat = "'toolbar=no,location=no,status=no,directories=no,menubar=no,resizable=no,scrollbars=no,"
	feat += "left=" + lft;
	feat += ",top=" + tp;
	feat += ",width="+w1;
	feat += ",height="+h1+"'";
	
	li_win = window.open(page_url,'Lisainfo',feat);
	
}

	return true;
}

function pickCss(){
	var stsheet = "<link rel='stylesheet' href='css/";
	var stsheet_e = "'>";
	if (is_nav){
		stsheet = stsheet + "main_nav.css" + stsheet_e;
	} else if (is_ie){
		stsheet = stsheet + "main_ie.css" + stsheet_e;	
	} else {
		stsheet = stsheet + "main_ie.css" + stsheet_e;		
	}
	document.write (stsheet);
}
// Pilgutab silma
function sw1(){document.images['silm'].src = "pic/s1.jpg";}
function sw2(){document.images['silm'].src="pic/s2.jpg";}
function tsw1(){document.images['silm'].src = "../pic/s1.jpg";}
function tsw2(){document.images['silm'].src="../pic/s2.jpg";}