<!--

/*  SWAP IMAGE  */

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}


/*  PRELOAD IMAGES  */

var myimages = new Array();

function preloadimages() {
	for (i=0;i<preloadimages.arguments.length;i++) {
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}

preloadimages(
'images/menu/fenymasolas_on.gif',
'images/menu/nyomtatas_on.gif',
'images/menu/belyegzo_on.gif',
'images/menu/nevjegykartya_on.gif',
'images/menu/spiralozas_on.gif',
'images/menu/laminalas_on.gif',
'images/menu/fenykepes_ajandek_on.gif',
'images/menu/arlista_on.gif',
'images/menu/kapcsolat_on.gif',
'images/menu/fenymasolas_act.gif',
'images/menu/nyomtatas_act.gif',
'images/menu/belyegzo_act.gif',
'images/menu/nevjegykartya_act.gif',
'images/menu/spiralozas_act.gif',
'images/menu/laminalas_act.gif',
'images/menu/fenykepes_ajandek_act.gif',
'images/menu/arlista_act.gif',
'images/menu/kapcsolat_act.gif',

'images/button_arlista_on.gif',
'images/button_kuldes_on.gif',
'images/button_terkep_on.gif',
'images/button_tovabb_on.gif',
'images/button_vissza_on.gif',

'images/ajandek/index/babymagnes_on.gif',
'images/ajandek/index/bambusz_naptar_on.gif',
'images/ajandek/index/baseball_sapka_on.gif',
'images/ajandek/index/bogre_on.gif',
'images/ajandek/index/egerpad_on.gif',
'images/ajandek/index/fali_ora_on.gif',
'images/ajandek/index/gyertya_on.gif',
'images/ajandek/index/hogomb_on.gif',
'images/ajandek/index/hutomagnes_on.gif',
'images/ajandek/index/kepkeret_on.gif',
'images/ajandek/index/koteny_on.gif',
'images/ajandek/index/kulcstarto_on.gif',
'images/ajandek/index/maci_on.gif',
'images/ajandek/index/naptar_on.gif',
'images/ajandek/index/parnahuzat_on.gif',
'images/ajandek/index/polo_on.gif',
'images/ajandek/index/puzzle_on.gif',
'images/ajandek/index/szatyor_on.gif'
);


/*  POPUP  */

function popup(URL) {
	winStats='toolbar=no,location=no,directories=no,menubar=no,'
	winStats+='scrollbars=no,width=482,height=600'
	if (navigator.appName.indexOf('Microsoft')>=0) {
		winStats+=',left=0,top=0'
	} else{
		winStats+=',screenX=0,screenY=0'
	}
	floater=window.open(URL,'',winStats)
}

//-->
