function fullScreen(adres)
{
window.open(adres,"smallwin","top="+((screen.height/2)-300)+",left="+((screen.width/2)-400)+",height=600,width=800,scrollbars=yes,resizable=no, personalbar=no, menubar=no");
}

function yenipencere(adres,yukseklik,genislik)
{
top1=((screen.height/2)-(yukseklik/2));
left1=((screen.width/2)-(genislik/2));
window.open(adres,"","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=yes,resizable=no, personalbar=no, menubar=no");
}

function sinavpencere(adres,yukseklik,genislik,Myform)
{
	top1=((screen.height/2)-(yukseklik/2));
	left1=((screen.width/2)-(genislik/2));
	//var exid = Myform.id;
	window.open(adres,"Exam","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=no,resizable=no, personalbar=no, menubar=no");
	//Myform.action = adres;
	//Myform.target = "Exam" + exid;
	//Myform.submit();
}

function yenipencere11(adres,yukseklik,genislik)
{
top1=((screen.height/2)-(yukseklik/2));
left1=((screen.width/2)-(genislik/2));
window.open(adres,"","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=no,resizable=no, personalbar=no, menubar=no");
}

function kapat()
{
	newwin.close();
}

function yenipencere1(adres,yukseklik,genislik)
{
top1=((screen.height/2)-(yukseklik/2));
left1=((screen.width/2)-(genislik/2));
window.open(adres,"araclar","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+", resizable=yes, status=no");

}
function anketpencere(adres,yukseklik,genislik)
{
top1=((screen.height/2)-(yukseklik/2));
left1=((screen.width/2)-(genislik/2));
window.open(adres,"araclar","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+", resizable=no, status=no");

}
function loginagain()
{
window.opener.location="login_input.asp";
self.close();
}

function yenipencere2(adres,yukseklik,genislik)
{


window.open(adres,"",height="+yukseklik+",width="+genislik+",scrollbars=no,resizable=no, personalbar=no, menubar=no);
}

function yenipencere3(adres,yukseklik,genislik,windowName)
{
top1=((screen.height/2)-(yukseklik/2));
left1=((screen.width/2)-(genislik/2));

window.open(adres,windowName,"top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=yes,resizable=no, personalbar=no, menubar=no");

}


//29.01.2003 - maverick
//raporlar için yeni sayfa açma
function open_rep(url){
var new_win;
new_win=open(url,"raporlar","resizable=yes, top=0, left=0, menubar=yes, toolbar=yes, status location=no, scrollbars=yes");
new_win.resizeTo(screen.availWidth,screen.availHeight);
}

//22.12.2003 - Superman
//Sınav Sonuç Belgesi
function open_examresult(url){
var new_win;
new_win=open(url,"ExamResult","resizable=no, top=0, left=0, menubar=yes, toolbar=no, status location=no, scrollbars=yes");
new_win.resizeTo(950,screen.availHeight);
}
function QueryTransfer(Report_Type,Query,Action,aForm)
{
	aForm.QueryString.value = Query;
	var new_win;
	new_win = open("about:blank","raporlar","resizable=yes, top=0, left=0, menubar=yes, toolbar=yes, status location=no, scrollbars=yes");
	new_win.resizeTo(screen.availWidth,screen.availHeight);
	aForm.action = Action + "?Report_Type=" + Report_Type;
	aForm.target = "raporlar"; 
	aForm.submit();    
}

function QueryTransfer2(Report_Type,Query,Action,aForm)
{
	aForm.QueryString.value = Query;
	aForm.action = Action + "?Report_Type=" + Report_Type;
	aForm.submit();    
}

function openexam2(url){
var new_win;
new_win=open(url,"Exam","resizable=no, top=0, left=0, menubar=no, toolbar=no, status location=no, scrollbars=no");
new_win.resizeTo(screen.availWidth,screen.availHeight);
}