function kripto_antispam() {
un="mai";
deux="lto";
trois=":ste";
quatre="spi@ot";
cinq="enet.gr";
document.location=un + deux + trois + quatre + cinq;
}

function popUp(URL,w,h,l,t) {
day = new Date();
id = day.getTime();
w_txt = (!w?"400":",width = " + w);
h_txt = (!h?"400":",height = " + h);
l_txt = (!l?"":",left = " + l);
t_txt = (!t?"":",top = " + t);

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no" + w_txt + h_txt + l_txt + t_txt + "');");
}

/*
function owin(pic,wi,he)
{
	window.open("image.php?pic="+pic,"image1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + wi + ",height=" + he); 
}
*/