/* Resize window */
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);

/* Inscription Carpe Diem */
function pop(url)	{
    var left 	= (screen.width/2)-240; // On retire la moitié de 'width'
	var top 	= (screen.height/2)-185; // On retire la moitié de 'height'
	mp 			= window.open(url,'mp','statutbar=no, width=480, height=370, left='+left+', top='+top+', menubar=no, resize=yes, scrollbars=yes');
	if (mp && mp.focus) { mp.focus(); }
}

/* By by the div : */
var trucmuche="non";
function getElementStyle(id)	{ return document.getElementById(id).style; }
function ByeByeTheDiv(id)		{ getElementStyle(id).display=trucmuche+"e"; }

function pop(url) {
	var left = (screen.width/2)-240; // On retire la moitié de 'width'
	var top = (screen.height/2)-185; // On retire la moitié de 'height'
	mp = window.open(url,'mp','statutbar=no, width=480, height=370, left='+left+', top='+top+', menubar=no, resize=yes, scrollbars=yes');
	if (mp && mp.focus) { mp.focus(); }
}
	
function refresh()	{ setTimeout("pdv()", 5000); }
function pdv()		{ window.location = 'http://promotion.cashixxx.com/disclaimer/_redirect.php?synergie=hetero&tracker=ejacfeminine.net&langue=fr&wparent=http://www.ejacfeminine.net'; }

//BLINK - IE does not understand the blink css
var text_timer;
var text_visible = 1;
var text_tmp;

function blink(){

	if (text_visible){
		text_tmp = document.email_form.email.value;
		document.email_form.email.value = '';
		text_visible = false;
	}
	else{
		document.email_form.email.value = text_tmp;
		text_visible = true;
	}
}

function start_blink(){
	if (document.email_form) {
		if (document.email_form.email.value=='@'){
			text_timer = setInterval('blink()', 500);
		}
	}
}

function stop_blink(){
	if (text_timer){
		clearInterval(text_timer);
	}
}

function email_focus(){
	stop_blink();
	e = document.email_form.email;
	if (e.value == '@') e.value = '';
}

function email_blur(){
	e = document.email_form.email;
	if (e.value == '@' || e.value == ''){
		e.value = '@';
		start_blink();
	}
}