
jQuery(function($) {
 $(document).ready(function(){
  
  //////////selecting form/////////
//  $("input[name='rdo_optIdx']").each(function(i){
//  	  // alert(i);	
//	   $(this).click(function(){
//	   	//alert($(this).attr("value"));
//		//////hide all forms////
//		$("#div_frmDisp").html('<img src="loader.gif" style="margin-left:125px"/>').fadeIn(1000);
//		//////end hide all forms////
//		if($(this).attr("value")!="")
//		{			
//			$("#div_frmDisp").load("ajax_"+$(this).attr("value")+".php?sec=view",function(){
//				$(this).fadeIn(2000);
//			});
//		}	
//		else
//		{
//			$("#div_frmDisp").fadeOut(1000);
//		}
//		
//	  });///end of click
//  });
//  //////////end selecting form/////////
//  ////////////selecting form onpage load with selected menu clicked///////
//  	  $("input[name='rdo_optIdx']").each(function(i){
//		  // alert(i);	
//		  if($(this).attr("value")=="frm_flight")
//		  {
//		  	$(this).click();
//		  }
//	  });
    ////////////end selecting form onpage load with selected menu clicked///////
 
 flexScroll('divcrawltext');
});});////end JQuery


