function feliratkoz()
{
	var email = document.getElementById('hirlevel').value;
	online_open('includes/online_form.php?m='+email);
}

function Display_Content_Data( div, data )
{
	// alert(data);
	if($(div))$(div).innerHTML = data;
	// else alert('Hiba: A keresett azonosító nem létezik!');
}

function online_open(win)
{
	var width	=320;
	var height	=420;

	var left	=(screen.width/2)-(width/2);
	var top		=(screen.height/2)-(height/2);

	if ((navigator.userAgent).indexOf("Opera")!=-1)			top-=100;
	else if ((navigator.userAgent).indexOf("MSIE")!=-1)	height+=20;
	else if ((navigator.userAgent).indexOf("Firefox")!=-1)	height+=20;

	var online_ablak=''
		+'left='+left+','
		+'top='+top+','
		+'width='+width+','
		+'height='+height+','
		+'scrollbars=0,'
		+'resizable=0,'
		+'toolbar=0,'
		+'location=0,'
		+'menubar=0,'
		+'status=0,'
		+'directories=0';
	window.open(win,'',online_ablak);
}

function openwindow(what,pwidth,pheight,comment)
{
f_popup = open("","cartridge_popup","width="+pwidth+",height="+pheight+",left=10, top=10,status=no,toolbar=no,menubar=no,resizable=no");
f_popup.document.open();
f_popup.document.write("<HTML><HEAD><TITLE>"+comment+" - [Vállalati Bemutatók Portálja] - Vallalatok.hu</TITLE></HEAD>");
f_popup.document.write("<BODY style='margin: 0px 0px 0px 0px; padding: 0px;' bgcolor='#000000'>");
f_popup.document.write("<a href='javascript:;' onClick='javascript:window.close();'><img src='"+what+"' title='Bezáráshoz kattintson a képre!' border='0'></a>");
f_popup.document.write("</BODY></HTML>");
f_popup.document.close();
}


