function rendeles_foto_popup(album)
{
	var url='rendeles_foto.php?album='+album;
	window.open(url,'rendeles_ablak','scrollbars=yes');
}

function pict_keprendeles_fotopartner()
{
	//alert(albumpictures[currentimage][0]);
	if (currentimage == -1) {
		window.alert('Nincs kép');
    } else {
		//url='http://fotopartner.hu/fotokidolgozas.php?partner=691203a4a3e2ccd2538542eddfb3b830&oldal=feltoltes&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		url='http://fotopartner.hu/kepmasolas_myalbumrol/index.php?tipus=fotokidolgozas&partner=691203a4a3e2ccd2538542eddfb3b830&oldal=feltoltes&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		window.open(url,'','');
    }
}

function pict_ajandekrendeles_fotopartner()
{
	//alert(albumpictures[currentimage][0]);
	if (currentimage == -1) {
		window.alert('Nincs kép');
    } else {
		//url='http://fotopartner.hu/egyeb.php?partner=691203a4a3e2ccd2538542eddfb3b830&oldal=fenykepes_ajandek&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		url='http://fotopartner.hu/kepmasolas_myalbumrol/index.php?tipus=egyeb&partner=691203a4a3e2ccd2538542eddfb3b830&oldal=fenykepes_ajandek&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		window.open(url,'','');
    }
}

function pict_kepeslapkuldes_fotopartner()
{
	//alert(albumpictures[currentimage][0]);
	if (currentimage == -1) {
		window.alert('Nincs kép');
    } else {
		//url='http://fotopartner.hu/e_kepeslap.php?partner=691203a4a3e2ccd2538542eddfb3b830&oldal=sajat&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		url='http://fotopartner.hu/kepmasolas_myalbumrol/index.php?tipus=e_kepeslap&partner=691203a4a3e2ccd2538542eddfb3b830&oldal=sajat&pict_string='+albumpictures[currentimage][0]+'&ugras=true#ide';
		window.open(url,'','');
    }
}

function rendeles_cd_dvd_popup_album(album)
{
	var url='rendeles_cd_dvd.php?album='+album;
	window.open(url,'rendeles_cd_dvd_ablak','scrollbars=yes');
}

function rendeles_cd_dvd_popup_pict()
{
	var url='rendeles_cd_dvd.php?pict='+albumpictures[currentimage][0];
	window.open(url,'rendeles_cd_dvd_ablak','scrollbars=yes');
}













