window.name="main";

function openwindow1(page)
{
   testwindow = window.open(page, 'eng1', config='top=10,left=113,width=700,height=560,resizable=yes,scrollbars');
   testwindow.window.status="Well hello there";
   testwindow.window.style="background-color:#808080";
   testwindow.focus();
}
function openwindow2(page)
{
   testwindow = window.open(page, 'eng1', config='top=10,left=113,width=580,height=405,resizable=yes');
   testwindow.focus();
}
function openwindow2a(page)
{
   testwindow = window.open(page, 'eng1', config='top=25,left=382,width=340,height=160,resizable=yes');
   testwindow.focus();
}
function openwindow2c(page)
{
   testwindow = window.open(page, 'eng1', config='top=0,left=113,width=620,height=590,resizable=yes,scrollbars');
   testwindow.focus();
}

function openwindow3(page)
{
   testwindow = window.open(page, 'script1', config='top=17,left=24,width=775,height=550');
   testwindow.focus(); 
}

function openwindow4(page)
{
   testwindow = window.open(page, 'eng1', config='top=10,left=113,width=750,height=600,resizable=yes,scrollbars');
   testwindow.window.status="Well hello there";
   testwindow.window.style="background-color:#808080";
   testwindow.focus();
}

function openwindow5(page)
{
   //open("index_rules.htm","Window1");
   testwindow = window.open(page, 'toprint', config='');
   testwindow.focus(); 
}
