function openwin(path,x,y) {	window.open(path,'','resizable=yes,scrollbars=yes,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function openwin1(path,x,y) {	window.open(path,'','resizable=no,scrollbars=yes,toolbar=yes,statusbar=no,top=0,left=0,height='+y+',width='+x+',copyhistory=no')
}

function openzoom1(path,x,y) {
window.open(path,'','resizable=no,scrollbars=no,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function openzoom2(path,x,y) {
window.open(path,'','resizable=yes,scrollbars=yes,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function openorganvsh(path,x,y) {
window.open(path,'','resizable=yes,scrollbars=yes,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function openaegaio(path,x,y) {	window.open(path,'','resizable=yes,scrollbars=yes,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function openlibraries(path,x,y) {
window.open(path,'','resizable=yes,scrollbars=yes,toolbar=no,statusbar=no,top=50,left=50,height='+y+',width='+x+',copyhistory=no')
}

function calculator() {
  (window.showModalDialog)
    var calcu;
    calcu = showModalDialog("calc.htm","","center=yes;dialogWidth=450px;dialogHeight=250px");
}

function calendar() {
   (window.showModalDialog) 
    var cale;
    cale = showModalDialog("calendar.htm","","center=yes;dialogWidth=450px;dialogHeight=250px");
}

function aithsh_simple() {
   (window.showModalDialog) 
    var simple;
    simple = showModalDialog("aithsh_simple.htm","","resizable=yes;scrollbars=yes;statusbar=no;center=yes;dialogWidth=650px;dialogHeight=700px");
}

function aithsh_pistop() {
   (window.open) 
    var pist;
    pist = open("aithsh_pistop.htm","","resizable=yes;scrollbars=yes;center=yes;dialogWidth=650px;dialogHeight=700px");
}
function aithsh_pistop1() {
   (window.showModalDialog) 
    var pist;
    pist = showModalDialog("aithsh_pistop.htm","","resizable=yes;scrollbars=yes;center=yes;dialogWidth=650px;dialogHeight=700px");
}


function info(path,x,y) {
window.open(path,'','resizable=no,scrollbars=no,toolbar=no,statusbar=no,top=200,left=150,height='+y+',width='+x+',copyhistory=no')
}