if (top.frames.length!=0) top.location=self.document.location;

var kep = new Array(12);
for(x = 1; x < 13; x++)
	{
	kep[x] = new Image();
	kep[x].src = 'pic/szak' + x + '.jpg';
	}

function out(n)
	{
	document.images.szak.src = kep[n].src;
	}	

function over(n)
	{
	document.images.szak.src = kep[n].src;
	}


var win = null;

function nyit1(l,t,w,h)
	{
	win=window.open	("mantrajoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit2(l,t,w,h)
	{
	win=window.open	("idealjoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit3(l,t,w,h)
	{
	win=window.open	("gutenbergjoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit4(l,t,w,h)
	{
	win=window.open	("mediteranjoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit5(l,t,w,h)
	{
	win=window.open	("fenyjoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit6(l,t,w,h)
	{
	win=window.open	("totaljoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
function nyit7(l,t,w,h)
	{
	win=window.open	("attractivjoga.php","abc","left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return false;
	}
	
function csuk()
	{
	win.close ();
	return false;
	}

