function Print()
{
	window.print();
}

function OpenMailWindow()
{
   window.open("StaffEmail.aspx",null,"height=400,width=400,location=no,menubar=no,resizable=no,titlebar=no,toolbar=no");
}

function OpenRSSWindow()
{
  window.open("rss.aspx",null,"height=400,width=800,location=no,menubar=no,resizable=no,titlebar=no,toolbar=no"); 
	
}

function CloseWindow()
{
   window.close();
}   


function OpenErrorITOnlyWindow()
{
   window.open("ErrorITOnly.aspx",null,"height=400,width=400,location=no,menubar=no,resizable=no,titlebar=no,toolbar=no");
}


