function torol_egyeni()
 {
 if (document.egyeni.email.value == 'e-mail cím')
   { document.egyeni.email.value = '';}
 }
function vissza_egyeni()
 {
 if (document.egyeni.email.value == '')
   { document.egyeni.email.value = 'e-mail cím';}
 }
function felir()
{
if ((document.egyeni.email.value != "") && (document.egyeni.email.value != "e-mail cím"))
  {
 url_ = "hirlevel_egyeni.php?email="+document.egyeni.email.value+"&fel_le=fel";
 document.egyeni.email.value = "e-mail cím";
 window.open(url_,'Feliratkozás','width=250,height=50,resizable=no,controls=no,menubar=no,toolbar=no,scrollbars=no');
}}
function leir()
{if ((document.egyeni.email.value != "") && (document.egyeni.email.value != "e-mail cím"))
  {
 url_ = "hirlevel_egyeni.php?email="+document.egyeni.email.value+"&fel_le=le";
 document.egyeni.email.value = "e-mail cím";
 window.open(url_,'Feliratkozás','width=250,height=50,resizable=no,controls=no,menubar=no,toolbar=no,scrollbars=no');
}}

function over_list(id)
{
	document.getElementById(id).style.background = '#FFFFFF';
	document.getElementById(id).style.cursor='hand';
	
	}
	
function out_list(id)
{
	document.getElementById(id).style.background = '#BBE0FF';
	
	}	
	
function show_hide_details(row_id)
{
	if (document.getElementById(row_id).style.display == 'none'	)
		document.getElementById(row_id).style.display = 'block';
	else document.getElementById(row_id).style.display = 'none';		
	}

function kosarba_tesz(db,id_)
{
	document.getElementById('kosar').value += id_ + '&' + document.getElementById(db).value + '|';
	
	document.futar.submit();
	}

function torol_kosar(id_)
{
    if (confirm('Biztos, hogy törli ezt a rendelési tételt?'))
	{
	document.getElementById('torolt_id').value = id_;	
	document.futar.submit();
	}
}	
	
function kilep()
{
 if (document.getElementById('kosar').value != '')
   {
	   if (confirm('Biztos, hogy kilép?\n Kilépéssel a kosárban lévo rendelési tételek törlodnek!' ))
		{
			window.location.href = 'http://www.multimediatower.hu';
			}
   }
   else 
   	if (confirm('Biztos, hogy kilép?' ))
		{
			window.location.href = 'http://www.multimediatower.hu';
			}
		
		
}

function megrendel()
{	
	document.futar.action = 'kellekfutar_rendeles.php';
	document.futar.submit();
	
	}
	
function megrendel_elkuld()
{	
	document.futar.action = 'kellekfutar_rendeles_elkuld.php';
	document.futar.submit();
	
	}	

function elfogad()
{
	if (document.getElementById('elfogad_pipa').checked) document.getElementById('rendel_gomb').disabled = false;
	else document.getElementById('rendel_gomb').disabled = true;
	}
	
function kellekfutar_belep()
{
hiba = '';
if (document.form1.username.value == '') hiba = 'Kérem adja meg felhasználónevét!\n';
if (document.form1.password.value == '') hiba += 'Kérem adja meg jelszavát!\n';

if (hiba != '') alert(hiba)
	else document.form1.submit();
}	
