var prodigioSWF;
function popUp(url, width, height) {
	x = (screen.width/2)-(width/2);
	y = (screen.height/2)-(height/2);
	window.open(url, 1, "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left = "+x+",top = "+y);
}
function newTab(url) {
	window.open(url);
}
function subscribe(mail) {
	window.open("mailingList/index.php?address=" + mail + "&action=subscribe");
}
function init() {	prodigioSWF = new SWFObject("swf/loading.swf", "sotester", "100%", "100%", "8", "#F4E8AC");	prodigioSWF.addParam("salign", "tc");	prodigioSWF.write("flashcontent");}