///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// Javascipt for selectdatatable                                                 //
//																			 //
//																			 //
//	Copyright IMAREX ASA 2010.												 //	
//																			 //
//	This programming code is copyright of IMAREX ASA. 						 //
//																			 //
//	This source code may not be copied, modified or otherwise repurposed for //
//  use by a third party without the written permission of IMAREX ASA.       //
//																			 //
//	Contact webmaster@imarex.com for information.                            //
//																			 //
//  Author: Gunnar Skogen 26.01.2010                                         //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////





function selectChanged() {
	var selectTableData = document.getElementById('SelectTableData');
	//alert("selectChanged--" + selectTableData);		
	selectTableData.submit();
}
