// JavaScript Document
function openNewslettereng(){
var w=600;
var h=420;
var l=(screen.availWidth-w)/2;
var t=(screen.availHeight-h)/2;
window.open('http://www.news4you.be/v2/frontend/subscription.aspx?code=7549589r&lang=ENG','subscribe','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width='+w+', height='+h+', left='+l+', top='+t+', screenX=10,screenY=10');
}