﻿var strtypekeyboard="Farsi" ;
function F()
{
    window.navogate("Default.aspx#")
}
function changelang(objtext1)
{
    if (window.event.keyCode==119)  
	    if (strtypekeyboard == "Farsi")
		    strtypekeyboard = "English" ;
		    else 
		    strtypekeyboard = "Farsi"; 
	    if (window.event.keyCode==119) {  window.event.keyCode=0;}
    return true;
}


function submitenter(myfield,e)
{
    var key;
    if (strtypekeyboard == "English")  return true;
    if (window.event)
        key = window.event.keyCode;
    else if (e)
    key = e.which;
    if (key>31)
        if (key<128)
        {
            if (window.event)
            window.event.keyCode=' !"#$%،گ)(×+و-./0123456789:ک,=.؟@ِذ}ىُىلآ÷ـ،/’د×؛َءٍف‘{ًْإ~جژچ^_پشذزيثبلاهتنمئدخحضقسفعرصطغظ<|>ّ'.charCodeAt(key-32);
            else if (e)
            e.which=' !"#$%،گ)(×+و-./0123456789:ک,=.؟@ِذ}ىُىلآ÷ـ،/’د×؛َءٍف‘{ًْإ~جژچ^_پشذزيثبلاهتنمئدخحضقسفعرصطغظ<|>ّ'.charCodeAt(key-32);
        }   
    return true;
}
function stop_1(){
    mrq1.scrollAmount=0; 
}
function go_1(){
    mrq1.scrollAmount=3; 
}

function openwindow(url,width,height)
{
    var left,top;
    top=(window.screen.height/2)-(height/2)-80;
    left =(window.screen.width/2)-(width/2);       
    window.open(url,null,'height='+height+',left='+left+',top='+top+',width='+width+',resizable=0,scrollbars=1');
}
