var ClearDisplayTag			= true;
var ClearPasswordTag		= true;
var ClearDisplayHirdeto		= true;
var ClearPasswordHirdeto	= true;


function ClearField(Obj)
{
 TextObj = document.getElementsByName(Obj) [0];

if(Obj == "tag_username")
{
	objClear = ClearDisplayTag;
	ClearDisplayTag = false;
}
else
{
	
	objClear = ClearDisplayHirdeto;
	ClearDisplayHirdeto = false;
}

	if(objClear)
	{
		TextObj.value = "";
	}


}

function ClearPass(Obj)
{
 TextObj = document.getElementsByName(Obj) [0];

if(Obj == "tag_password")
{
	objClear = ClearPasswordTag;
	ClearPasswordTag = false;
}
else
{
	
	objClear = ClearPasswordHirdeto;
	ClearPasswordHirdeto = false;
}

	if(objClear)
	{
		TextObj.value = "";
	}


}

function CopyHirdetoSzamlazasiData()
{
	irszam_normal	= document.getElementsByName('iranyitoszam')[0];
	varos_normal	= document.getElementsByName('varos')[0];
	utca_normal		= document.getElementsByName('utca')[0];

	irszam_postai	= document.getElementsByName('postai_iranyitoszam')[0];
	varos_postai	= document.getElementsByName('postai_varos')[0];
	utca_postai		= document.getElementsByName('postai_utca')[0];
	
	irszam_postai.value = irszam_normal.value;
	varos_postai.value	= varos_normal.value;
	utca_postai.value	= utca_normal.value;
}
function viewex(viewex) {
	var w=500
	var h=400
	var x=1
	var y=1
	alert("http://www.x7.hu/index.php?adm=add_banner_hirdeto&viewex="+viewex);
	window.open("http://www.x7.hu/index.php?adm=add_banner_hirdeto&viewex="+viewex+"","Quit","toolbar=0,location=0,menubar=0,status=0,scrollbars,resizeable=0,width="+w+",height="+h+",left="+x+",top="+y+",");
}


function kikeres()
{
	url = "index.php?adm=balance&kikeres"
	var kikeres = confirm("Biztos ki akarja kerni az egyenleget?");
	if(kikeres)
	{
		document.location = url;
	}
	else
	{
		return 0;
	}


}


