//-- popup
function poptastic(url) {newwindow=window.open(url,'name','height=500, width=230, left=20, top=20, toolbar=no, menubar=no, directories=no, location=no, scrollbars=yes, status=no, resizable=yes, fullscreen=no');
newwindow.focus();}
//--mail girişi
function Uyar(v) {document.getElementById('username').value=v+'@egze.com';}
function checkForm(form){
var validated = true;
if(form.username.value == ""){
validated = false;
alert("Lütfen kullanıcı isminizi giriniz.");
form.username.focus();} 
else if(form.password.value == ""){
validated = false;
alert("Lütfen şifrenizi giriniz.");
form.password.focus();}
else validated=true;
return validated;}
function getErrorrt(){ 
srch = location.href;
if(srch.indexOf('gawaberr==1')>0)
alert('Giriş Geçersiz. Lütfen kullanıcı adınızı ve/veya şifrenizi kontrol ediniz');}