/* 
----------------------------------------------------------------------------------------
    recordings.js
   
    Javascript functions for recordings.php page
   
    VERSION 1.00
   
    (c) 2008 The Lennox Berkeley Society
----------------------------------------------------------------------------------------
*/

// Position y scroll bar at this co-ordinate when page advance link followed
/*
function set_scroll_pos()
{
	window.scrollTo(0, 240);
}
*/

function submit_control_form()
{
    document.getElementById("control_panel_form").submit();
}
