function check()
 {
         content = document.getElementById('screen');
         if (screen.width<=800)
         {
            content.style.width='100%';
         }
         if (screen.width>1280)
         {
            content.style.width='1200px';
         }
 }

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function SSLVerify(url) {
window.open(url,'SealVerfication','location=yes,status=yes,resizable=yes,scrollbars=yes,width=650,height=550');
}   

function redirect(url) {
    window.location.href=url;
}