<!--
function blowMeUp(){
 window.moveTo(0,0);
 window.resizeTo(screen.width,screen.height);
}

function flashlessInfo(){
 var w=120;
 var h=40;
 var winProps='left='+((screen.width-w)/2)+', top='+((screen.height-h)/2)+', width='+w+', height='+h;
 var doc='flashless_info.htm';
 var win=window.open(doc,'flashless',winProps);
 win.focus();
}
//-->
