function _onmouseout (_scr, _Img) {
	eval ("document.images." + _Img + ".src = '" + _scr + "'" ) ;
}

function getTerms()
{
 var terms_height = 800;
 if (screen.height < 800)
 terms_height = screen.height;
 window.open('http://www.jumptv.com/en/node/190', "_blank", "status=1, height="+terms_height+", width=850, scrollbars=yes, location=no, RESIZABLE=yes");
}