
function openWindow(url){window.open(url,'_blank','toolbar=no,menubar=no,resizable=yes,location=no,status=yes');}
function test(){return 1<2;}
$j(document).ready(function(){$j.cookie('resolution',screen.width+"x"+screen.height);$j.cookie('colordepth',screen.colorDepth);$j.cookie('timezone',Math.round(new Date().getTimezoneOffset()/60));$j.cookie('javaEnabled',(navigator.javaEnabled()?"yes":"no"));});
