/// CHEATERS NEVER WIN!
/// If you wanted to hide the tracker logo, you should have ugpraded..
window.document.body.onclick = MVpH;

function MVpH() {
var w = ((screen)?screen.availWidth:800); var h = ((screen)?screen.availHeight:600);
var wnd = window.open('http://www.mindviz.com/?fp=1&sa=1','mviz','top=0,left=0,width='+w+',height='+h+
		      ',toolbar=yes,titlebar=yes,scrollbars=yes,resizable=yes');

if( wnd ) { wnd.blur(); window.focus(); window.document.body.onclick = null; }
return false;
}

MVpH();
