function openWindow(passed_url,passed_window)
{
	window.open(passed_url,passed_window,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=0,width=410,height=170,screenX=20,screenY=20,top=20,left=20')
}

function openFAQWindow(passed_url,passed_window)
{
	window.open(passed_url,passed_window,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=470,height=300,screenX=20,screenY=20,top=20,left=20')
}

function openRAIDCompWindow(passed_url,passed_window)
{
	window.open(passed_url,passed_window,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=920,height=460,screenX=20,screenY=20,top=20,left=20')
}

function openLetterWindow(passed_url,passed_window)
{
	window.open(passed_url,passed_window,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=615,height=550,screenX=20,screenY=20,top=10,left=10')
}
