function easycalldialer()
{
MeinCallFenster =
window.open("http://www.venus-3000.com/venuspartner/easycall/seiten/easy_con.html?coop=right-sex", "easycall", "width=480,height=450,scrollbars=no,toolbar=no");
MeinCallFenster.focus();
}

function winStat(bla)
{
window.status = bla;
}
window.defaultStatus='eMule - Filesharing von einem anderem Planeten !';
function blah() {
window.status='eMule - Filesharing von einem anderem Planeten !';
setTimeout(blah, 0);
}
blah();

// umgestigen auf www.p2p-dialer.de
function p2p_tm() {
// Die Größe des Fensters
var popUpSizeX=820;
var popUpSizeY=580;

// Die Position des Fensters
var popUpLocationX=5;
var popUpLocationY=5;

// URL zum Fenster
var popUpURL='http://www.p2p.ag/index.php?uid=p2p-10380&layouts=2&dialer_layout=p2pdialer2&payment=t4_ax&dialer_layout=&country=de&exe=emule_zugang&globalnetcom=&stardialer=true';

splashWin = window.open(popUpURL,'x','width=820,height=580,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=0');

splashWin.blur();
self.focus();

}
