window.status='Welcome to Vitez Wrecks Website'; function admin() { var width=320, height=370; var left = (screen.width/2) - width/2; var top = (screen.height/2) - height/2; window.open('administrator.php','Administrator','height=370,width=320,left='+left+',top='+top+',screenX='+left+',screenY='+top); } function msgsend() { alert('Message has been sent.'); txtname.value=''; txtmail.value=''; txtsubject.value=''; txtmessage.value='Here goes the message...'; } function checktext() { if (document.sendform.txtname.length>0) {document.sendform.btnSend.disabled=true} else {document.sendform.btnSend.disabled=false} } function cleartext() { if (this.value=='Here goes the message...') { this.value='';} } function click() { if (navigator.appName=="Microsoft Internet Explorer") { if (event.button==2) alert('You may not view or copy this HTML-code!') } } function openMailList (form, windowName) { if (!windowName) windowName = 'formTarget'; form.target = windowName; var width = 300; var height = 300; var left = (screen.width/2) - width/2; var top = (screen.height/2) - height/2; open ('', windowName, 'resizable=0,scrollbars=0,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top); } document.ondragstart = foo; document.oncontextmenu = foo; function foo(){ return false; }