function PopupFullRota(BlockID, EmergencyLevel)
{
	popup = window.open("FullRota.asp?blockid="+BlockID+"&emergencylevel="+EmergencyLevel,"popup","height=600,width=670,scrollbars=yes");
}

function PopupPrintFriendly(Area, BlockID, EmergencyLevel, RotaPlan)
{
	popup = window.open("Print_Friendly.asp?rotaplan="+RotaPlan+"&area="+Area+"&blockid="+BlockID+"&emergencylevel="+EmergencyLevel,"popup","height=500,width=670,scrollbars=yes,toolbar=yes");
}

function PopupHelpFullRota()
{
	popup = window.open("FullRota.asp","popup","height=600,width=670,scrollbars=yes");
}

