function medWindow(medVar)
{
mediumWindow = window.open(medVar, "medWin", "width=560,scrollbars=yes,status=yes")
mediumWindow.focus()
}
