<!--
var thiswidth="290"
var thisheight="139"
marginright=screen.width
marginbottom=screen.height
startleft=(marginright-thiswidth)/2
starttop=(marginbottom-thisheight)/2

var closeDelay = 2000 ;

function closeMe()
{			
window.opener=null;						
close(self);
}
//-->



