// JavaScript Document

function SymError()
{
  return true;
}

function winopen(url) { 
 winwidth=640
 winheight=480
 window.name="win";
 sw=screen.availWidth;
 sh=screen.availHeight;
 wl=(sw-winwidth)/2;
 wt=(sh-winheight)/2;
 win=window.open(url,"Smallwindow","width=" +winwidth+", heigth="  +winheight+" ,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,Width=640,Height=480,left="+wl+",top="+wt);
 }
 
 function winopen800(url) { 
 winwidth=800
 winheight=650
 window.name="win";
 sw=screen.availWidth;
 sh=screen.availHeight;
 wl=(sw-winwidth)/2;
 wt=(sh-winheight)/2;
 win=window.open(url,"Smallwindow","width=" +winwidth+", heigth="  +winheight+" ,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,Width=800,Height=650,left="+wl+",top="+wt);
 }
 
  function winopen_type(url) { 
 winwidth=800
 winheight=650
 window.name="win";
 sw=screen.availWidth;
 sh=screen.availHeight;
 wl=(sw-winwidth)/2;
 wt=(sh-winheight)/2;
 win=window.open(url,"Smallwindow","width=" +winwidth+", heigth="  +winheight+" ,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=no,Width=800,Height=650,left="+wl+",top="+wt);
 }
 
   function winopen_contact(url) { 
 winwidth=700
 winheight=600
 window.name="win";
 sw=screen.availWidth;
 sh=screen.availHeight;
 wl=(sw-winwidth)/2;
 wt=(sh-winheight)/2;
 win=window.open(url,"Smallwindow","width=" +winwidth+", heigth="  +winheight+" ,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,Width=700,Height=600,left="+wl+",top="+wt);
 }
 
    function winopen_contact2(url) { 
 winwidth=700
 winheight=650
 window.name="win";
 sw=screen.availWidth;
 sh=screen.availHeight;
 wl=(sw-winwidth)/2;
 wt=(sh-winheight)/2;
 win=window.open(url,"Smallwindow","width=" +winwidth+", heigth="  +winheight+" ,,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,Width=700,Height=650,left="+wl+",top="+wt);
 }
