
//
// main
// kand
// reg
//

function makeMenu( active ){
	pnt_ys = "<img src='img/pnt-ys.gif' width=11 height=10 border=0>&nbsp;";
	br_pnt_ys = "<br>" + pnt_ys;
	spc6 = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
	pnt_cs = "<img src='img/pnt-cs.gif' width=11 height=10 border=0>";
	spc6_pnt_cs = spc6 + pnt_cs;

	menu = "<img src='img/PLUG_logo.gif' width='185' height='87' border='0'><br clear='all'><br>";

	if( active=="main" ){
		menu += "<p class='menuActive'>" + pnt_ys + " Cele PLUG</p>";
	} else {
		menu += pnt_cs + " <a href='plug.html' class='menuLink'>Cele PLUG</a><br>";
	}

	if( active=="kand" ){
		menu += "<p class='menuActive'>" + pnt_ys + " Pierwsi kandydaci</p>";
	} else {
		menu += pnt_cs + " <a href='plug_kand.html' class='menuLink'>Pierwsi kandydaci</a><br>";
	}

	if( active=="reg" ){
		menu += "<p class='menuActive'>" + pnt_ys + " Zgłoszenie</p>";
	} else {
		menu += pnt_cs + " <a href='plug_reg.html' class='menuLink'>Zgłoszenie</a><br>";
	}
//	menu += "<br>";
//	menu += pnt_ys + "<a href='http://www.plug.com.pl/' style='font-weight: bold; color: red;'>Więcej o PLUG</a><br>";
	menu += "<br>";

//
// footer
//

	menu += 
"<a href='mailto:office@plug.org.pl'><b>Kontakt</b></a><br>";

	document.write( menu );
}

function LonWorksReg(){
	document.write( "L<span style='font-size: 80%;'>ON</span>W<span style='font-size: 80%;'>ORKS</span><span style='vertical-align: super; font-size: 60%;'>&reg;</span>" );
}

function iLonTm(){
	document.write( "<span style='font-style: italic; font-weight: bold; font-family: Serif;'>i</span>.<b>LON&#153;</b>" );
}

function Reg(){
	document.write( "<span style='vertical-align: super; font-size: 60%;'>&reg;</span>" );
}
