// JavaScript Document

function okno(subor,vx,vy,nazov) {
 myWindow = window.open("",nazov,"width="+vx+",height="+vy+",status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,location=no,directories=no,copyhistory=no")
 myWindow.document.open();
 myWindow.document.write("<html><head><BASE href='http://localhost/museumbox/'><title>Museumboxes.com</title></head><body bgcolor='ffffff' border='0' rightmargin='0' bottommargin='0' topmargin='0' leftmargin='0'><img src='./"+subor+"'></body></html>");
 myWindow.document.close(); }

function sendmail(name,domain) {
  location.href='mailto:' + name + '@' + domain; }

function openchat() {
 window.open("http://www.akrylix.com/phplive/request_email.php?l=admin&x=1&deptid=0","chat","width=461,height=361,scrollbars=no"); }

function opencall() { 
 window.open("./callme.php","callme","width=330,height=330,scrollbars=no"); }

function openship() { 
 window.open("./shipment.php","shipment","width=210,height=330,scrollbars=no"); }


function opencustom() { 
 window.open("./logo.php","silkscreen","width=400,height=500,scrollbars=no"); }


function load()
 { document.getElementById('wait').innerHTML="<div style='width:400px;text-align:center;margin:0 auto;'><span style='font-weight:bold;font-size:13px;color:#33721d'>Thank you</span><br><br>Thank you for your quotations request, at this moment<br> we cannot provide your online quote request, but we will<br> notify you by e-mail / 10-20 minutes.</div>" }

function wait()
 { setTimeout (load,10000); }
