<!--
function popitup(oldal) {
	if (oldal == 'grafikak' || oldal == 'plakatok' || oldal == 'grafikak_eng' || oldal == 'plakatok_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=780,height=400,scrollbars=yes');
		newWindow.moveTo(0,0);
	} else if (oldal == 'galeria' || oldal == 'galeria_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=704,height=500,scrollbars=yes');
		newWindow.moveTo(0,0);
	} else if (oldal == 'termekeknagyker' || oldal == 'termekeknagyker_eng' || oldal == 'hirek' || oldal == 'hirek_eng' || oldal == 'termekeksajt' || oldal == 'termekeksajt_eng' || oldal == 'termekekszal' || oldal == 'termekekszal_eng')	{
		newWindow=window.open(oldal+'.html',oldal,'width=790,height=450,scrollbars=yes');
		newWindow.moveTo(0,0);
	} else if (oldal == 'arlista_popup' || oldal == 'arlista_popup_eng' || oldal == 'sajtkosar_rendel_popup' || oldal == 'sajtkosar_rendel_popup_eng' || oldal == 'sonkatal_rendel_popup' || oldal == 'sonkatal_rendel_popup_eng')	{
		newWindow=window.open(oldal+'.html',oldal,'width=648,height=400,scrollbars=yes');
		newWindow.moveTo(0,0);		
	} else if (oldal == 'nagyker_rendel_popup' || oldal == 'nagyker_rendel_popup_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=648,height=400,scrollbars=yes');
		newWindow.moveTo(0,0);
	} else if (oldal == 'nagyker_rendel_popup' || oldal == 'nagyker_rendel_popup_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=648,height=400,scrollbars=yes');
		newWindow.moveTo(0,0);
	} else if (oldal == 'tntmap' || oldal == 'tntmap_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=640,height=387,scrollbars=no');
		newWindow.moveTo(0,0);
	} else if (oldal == 'tntshops' || oldal == 'tntshops_eng') {
		newWindow=window.open(oldal+'.html',oldal,'width=646,height=388,scrollbars=no');
		newWindow.moveTo(0,0);
	}else {
		newWindow=window.open(oldal+'.html',oldal,'width=470,height=400,scrollbars=yes');
		newWindow.moveTo(0,0);
	}
}
//-->

