function popup_image1() 
{
	features = "width=800, height=372, top=100, status=no, scrollbars=yes, resizable=no";	
	window.open("photo1.html","eveniment1",features);
}

function popup_image2()
{
	features = "width=800, height=372, top=100, status=no, scrollbars=yes, resizable=no";
        window.open("photo2.html","eveniment1",features);
}


function popup_image3()
{
	features = "width=800, height=372, top=100, status=no, scrollbars=yes, resizable=no";
        window.open("photo3.html","eveniment1",features);
}


function popup()
{
    features = "width=329, height=459, left="+(screen.width-500)/2+", top=100, status=no, scrollbars=no, resizable=no";
    window.open("link.html","link",features);
}