function openwindow(mywindow) {

TheNewWin =window.open(mywindow,"standard","toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,left=0,top=0,width=550,height=440");

TheNewWin.focus();
}
function openwindow1(mywindow) {

TheNewWin =window.open(mywindow,"New","resizable=yes,status=no,toolbar=yes,scrollbars=yes,left=0,top=0,width=700,height=500");

TheNewWin.focus();
}




function openwindow2(mywindow) {

TheNewWin =window.open(mywindow,"New","resizable=yes,status=no,toolbar=no,scrollbars=yes,left=0,top=0,width=360,height=300");

TheNewWin.focus();
}



function openwindow3(mywindow) {

TheNewWin =window.open(mywindow,"New","resizable=no,status=no,toolbar=no,scrollbars=no,left=0,top=0,width=360,height=360");

TheNewWin.focus();
}

function openwindow4(mywindow) {

TheNewWin =window.open(mywindow,"standard","toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,left=0,top=0,width=740,height=600");

TheNewWin.focus();
}

function openwindow5(mywindow) {

TheNewWin =window.open(mywindow,"standard","toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,left=0,top=0,width=820,height=600");

TheNewWin.focus();
}



function openwindow6(mywindow) {

TheNewWin =window.open(mywindow,"flashwindow","directories=no,location=no,menubar=yes,resizable=yes,status=no,toolbar=no,scrollbars=yes,left=10,top=10,width=720,height=500");

TheNewWin.focus();
}

function openwindow7(mywindow) {

TheNewWin =window.open(mywindow,"orgwindow","directories=no,location=no,menubar=yes,resizable=yes,status=no,toolbar=no,scrollbars=yes,left=10,top=10,width=790,height=730");

TheNewWin.focus();
}

function openwindow8(mywindow) {

TheNewWin =window.open(mywindow,"searchwin","toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,left=0,top=0,width=860,height=730");

TheNewWin.focus();
}

