
// Preloader

logo1 = new Image();
logo1.src = "layout/generalweld.gif";

about = new Image();
about.src = "layout/about.gif";
shop = new Image();
shop.src = "layout/shop.gif";
service = new Image();
service.src = "layout/service.gif";
server = new Image();
server.src = "layout/server.gif";


home = new Image();
home.src = "layout/home.jpg";
home_bw = new Image();
home_bw.src = "layout/home_bw.jpg";
arrow = new Image();
arrow.src = "layout/arrow_gray.gif";
arrow = new Image();
arrow.src = "layout/arrow_blue.gif";
bgtop = new Image();
bgtop.src = "layout/bg_menutop.jpg";
bgtopactive = new Image();
bgtopactive.src = "layout/bg_menutop_active.jpg";




       
          function printPage() {
            document.write('<a href="#" onclick="javascript:window.print();" title="Vytisknout stránku"><img src="layout/print.gif" width="20" height="20" alt="Vytisknout stránku" /></a>');
          }
          
          function openWindow() {
            window.open("sendpage.php?link=http://www.generalweld.cz/new","Send_page","top=0,left=0,width=450,height=500,menubar=no,directories=no,toolbar=no,location=no,status=no,scrollbars=no,resizable=no")
          }
 
          function sendPage() {
            document.write('&nbsp;&nbsp;<a href="#" onclick="javascript:openWindow()" title="Poslat odkaz na stránku"><img src="layout/send.gif" width="20" height="20" alt="Poslat odkaz na stránku" /></a>');
          }

          function generateWindow(nadpis,obsah) {
          u_generated_window = window.open("","generated_window","top=0,left=0,width=450,height=500,menubar=no,directories=no,toolbar=no,location=no,status=no,scrollbars=no,resizable=no");
  
          u_generated_window.document.write("<html>\n");
          u_generated_window.document.write("  <head>\n");
          u_generated_window.document.write("  <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-2\">\n");
          u_generated_window.document.write("  <title>GENERAL WELD</title>\n\n");

          u_generated_window.document.write("      <style>\n");
          u_generated_window.document.write("          body { background:#efefed; }\n");
          u_generated_window.document.write("          body,p,td { font:11px Arial; }\n");
          u_generated_window.document.write("          td {padding:4px 0;}\n");
          u_generated_window.document.write("          form { vertical-align: middle; display: inline; }\n");
          u_generated_window.document.write("          textarea { font:11px Arial; }\n");
          u_generated_window.document.write("          input { font:11px Arial;	vertical-align: middle; color:#333; }\n"); 
          u_generated_window.document.write("          select { font:11px Arial; vertical-align: middle; }\n"); 
          u_generated_window.document.write("          input.submit { padding-top:2px; padding-bottom:2px; font-size:11px; vertical-align: middle; background:url(\"layout/bg_menutop.jpg\") top left repeat-x #ccc;  border-right:1px solid #666; border-left:1px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #666; }\n"); 
          u_generated_window.document.write("          h1 { padding:0 0 4px 0; margin:20px 0; font-size:150%; color:#3B73B9; border-bottom: 1px solid #E0DFE3;}\n");
          u_generated_window.document.write("          .red { color:#ff0000; }\n");
          u_generated_window.document.write("      </style>\n"); 

          u_generated_window.document.write("  </head>\n");
          u_generated_window.document.write("  <body>\n");
          u_generated_window.document.write("  <h1>"+nadpis+"</h1>\n");
          u_generated_window.document.write("  <p>"+obsah+"</p>\n");
          u_generated_window.document.write("  <p><a href=\"javascript:window.close();\" title=\"Zavřít okno\">Zavřít okno</a></p>\n");
          
          u_generated_window.document.write("  </body>\n");
          u_generated_window.document.write("</html>\n");        
          }

          function backSite() {
            document.write('<p class="center"><a href="javascript:history.back();" title="Zpět na předchozí stranu">Zpět</a></p>');
          }


function imageWindow(){
dyn_okno = window.open("","image_window","height=540px, width=640px, resizable=no, status=no, toolbar=no, location=no, scrollbars=yes, resizable=yes");
dyn_okno.focus();
}
