
function openWindow(url){window.open(url,'_blank','toolbar=no,menubar=no,resizable=yes,location=no,status=yes');}
function test(){return 1<2;}