window.moveTo(0,0);
if (document.all || document.getElementById) 
{
	top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) 
{
	if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
	{
		top.window.outerHeight = screen.availHeight;
		top.window.outerWidth = screen.availWidth;
	}
}
function Request()
{
	window.open('/DigiEnglish/Public/Request.aspx?SuggestType=NotMember','','scrollbars=no,width=320,height=400,tools=no')
}
function Sale()
{
	window.open('/DigiEnglish/Pages/OnlineSales/Links.aspx','','scrollbars=no,width=416,height=600,top=100,left=300,tools=no')
}
function DoOut()
{
	window.open('/DigiEnglish/Public/DoOut.aspx','','scrollbars=no,width=300,height=200,tools=no')
}
function UserGuide(strUrl)
{
	window.open('/DigiEnglish/Public/'+ strUrl,'','scrollbars=no,width=800,height=600,tools=no')
}
function SignOut()
{
    if (confirm("Çıkmak istediğinizden emin misiniz?"))
    {
	    parent.opener = top
	    parent.close()
    }
}
function ForgetPassword()
{		
	window.open('ForgetPassword.aspx','','scrollbars=no,width=300,height=300');
}
function CertificateView()
{
    window.open('/DigiEnglish/Pages/Certificates/Certificates.aspx','','scrollbars=yes,width=400,height=500,top=100,tools=no')
}
function getHeight(){
    if (window.innerHeight != window.undefined){
        return window.innerHeight;
    }
    if (document.compatMode == 'CSS1Compat'){
        return document.documentElement.clientHeight;
    }
    if (document.body){
        return document.body.clientHeight;
    }
    return window.undefined;
}
