// CenterDisclaimerWindow

function CenterDisclaimerWindow() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - (350/2);
topPos = (screen.height / 2) - (200/2);
}
ElementWindow = window.open('http://www.exchange4media.com/e4m/News/CommentDisclaimer.htm','DisclaimWin',
'width=380,height=200,left='+leftPos+',top='+topPos)
} 

// enableText


