// ********************
// * www.joveluram.hu *
// ********************

// ==================================================================
// onLoad, azaz az oldal betöltésekor elinduló függvények gyűjteménye
// ==================================================================


function start()
	{
//	alert('!');
	kepcsere();
		
	}



// ==================================================================
// Pop-Up ablakok
// ==================================================================


function player_window()	// Istentiszteletek mp3 lejátszása ablakban
	{
	ablak = open("play_it.html", "", "width=500,height=500,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes");
	}
function mailer_window()	// Levélküldés megnyitása ablakban
	{
	ablak_mail = open("http://www.joveluram.hu/cgi-bin/mail.cgi", "",
    "width=540,height=600,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes,hotkeys=no");
	}
function ima_window()	// Imakérésküldés megnyitása ablakban
	{
	ablak_ima = open("http://www.joveluram.hu/cgi-bin/ima.cgi", "",
    "width=540,height=600,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes,hotkeys=no");
	}
	
// KETA

function play_kegyelem(){
  ablak = open("play_kegyelem.html", "",
    "width=500,height=500,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes");
}
function play_tanok1(){
  ablak = open("play_tanok1.html", "",
    "width=500,height=500,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes");
}
function play_gyakker(){
  ablak = open("play_gyakker.html", "",
    "width=500,height=500,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes");
}

function play_bevteo(){
  ablak = open("play_bevteo.html", "",
    "width=500,height=500,status=no,location=no,menubar=no,resizable=no,scrollbars=no,directories=no,alwaysRaised=yes");
}	


// =================================================================
// Spam ellenes e-mail kiirató
// =================================================================

function email_address()
	{
	user = "gyuli";
	et = "@"
	domain = "joveluram.hu";
	address = user + et + domain;
	document.write('<p><B>e-mail: </B><A HREF="mailto:' + address + '">' + address + '</A></p>');
	}

// =================================================================
// JOBB OLDALI SÁV
// =================================================================


function jobbsav()
	{
// képcserélő:
	document.write('<center><div id="minifoto"><img id="minikeret" src="/pic/minikeretx.gif"></div></center>	');	
	}
	

// =================================================================
// Képcserélő a jobb oldali sávban

x = 0;
y = 0;
z = 1;

picnum = 75;
urls= "url(/pic/mini/joveluram";
urle= ".jpg)";

function keretcsere()
	{
	document.getElementById('minikeret').src= '/pic/minikeretanim.gif'
	t2=setTimeout("kepcsere()",1000);
	}

function kepszamcsere()
	{
	z = Math.round(Math.random()*9);
	y = Math.round(Math.random()*9);
	url = urls + x + y + z + urle;
	kontrol = 10*y + z;
	if (kontrol > picnum)	// létezik-e ilyen számú kép?
		{
		kepszamcsere()
		}
	}
function kepcsere()
	{
	document.getElementById('minikeret').src= '/pic/minikeret.gif';
	kepszamcsere();
	document.getElementById('minifoto').style.backgroundImage= url ;
	t1=setTimeout("keretcsere()",10000);
	}


// =================================================================
// Láblécalatt
// =================================================================

function lablecalatt() 
	{
	document.write('<TABLE class="labban"><TR><TD>');
		document.write('<DIV Class="valid"><a href="http://www.firefox.hu"><img border="0" alt="Link firefox.hu" title="Link firefox.hu" src="http://www.firefox.hu/images/com_firefoxbanner_hu/banner_firefoxdoboz.png"width="34" height="34" ></a></DIV>');
	document.write('<DIV Class="valid"><a href="http://spamcsapda.atw.hu"  target="_blank"><img src="http://users.atw.hu/spamcsapda/logo2.png" alt="Spam Csapda" border="0"></a><BR><a href="http://hungarian-117819138329.spampoison.com"  target="_blank"><img src="http://pics4.inxhost.com/images/sticker.gif" border="0" width="80" height="15" Alt="Küzdelem a spammelők ellen"></a>');
	document.write('</DIV><a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-css-blue" alt="Valid CSS!" class="valid" ></a><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.joveluram.hu%2F" target="_blank"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional"  class="valid" height="31" width="88" border="0"></a>');
	document.write('<a href="http://www.paramedia.hu/valid.html" target="_blank"><img src="pic/h2flogo.gif" alt="Akadálymentesített oldal" class="valid"></a>');
	document.write('<div Class="valid"><a href="http://www.gpr.hu/" target="_blank"><img src="http://www.gpr.hu/pr.pr?type=1&amp;url=www.joveluram.hu" border="0" width="77" height="34" alt="Google PageRank" title="Google PageRank"></a></div>');
	document.write('<DIV Class="valid"><a href="http://www.jezusert.com/index.php?fakcio=kanonstat" target="_blank"><img src="http://www.jezusert.com/pixel.php?id=1950"width="90" height="29" border="1" alt="Kánon statisztika"></a></DIV>');
	document.write('<img src="pic/va.gif" alt="webmester: Váradi Antal" class="valid">');
	document.write('</TD></TR></TABLE>');
	}




