function Show_itemSAJAX_cont_show(Actione)
{
	

//alert(Actione); 

 
$('div#Tag_containing_FORMS_Home_All').fadeOut("slow"); 
 
//alert('Hello'); 

$('#Dept_Show_itemSAJAX_cont_show_home_page').css({
zIndex:'10000',				 
width:($('#Dept_Show_itemSAJAX_cont_show').innerWidth())+'px',
height:($('#Dept_Show_itemSAJAX_cont_show').innerHeight())+'px',
opacity: 0.8
});

$('#Dept_Show_itemSAJAX_cont_show_home_page').show()
 
 


 	$('span#clients_id_icon_loading_span').show();
	$('input#Save').hide();
$.ajax({
  type: "GET",
  url: Actione,
  data: '',
  success: function(msg){
   // alert(msg); 
 $('#Dept_Show_itemSAJAX_cont_show_home_page').hide();
  $('#Dept_Show_itemSAJAX_cont_show').html(msg);  	
Dept_Show_itemSAJAX_cont_show();




//var Actione_hash = Actione.replace("Show_itemSAJAX_cont_show.php?", ""); 
 var Actione_hash = Actione.replace("Show_itemSAJAX_cont_show", "depts"); 
 
var Actione_hash_M = Actione_hash_FUN(Actione_hash,Character_Location_replace,Character_Location_Change);
  //alert(Actione_hash_M)

location.hash = Actione_hash_M;
 //alert(location.hash)
//$("#Dept_Show_itemSAJAX_cont_show img[rel]").overlay();	
  }// success: function(msg){
});	//$.ajax({
 

}//function ajaxCustomer_id_Test(ActionePTH,Actione,ThisValue)





















function Card_Search_SAJAX_cont_show()
{

// $('#Show_Card_Dept_Tab_Info_Search_Results').hide();
// $('#Show_Card_Dept_Tab_Info_Search_Results2').hide();
 
// alert($('form#myformSearch').attr("action")); 
 
if($('input#IdTEXTVAL').val() != '')
{
var Actione = $('form#myformSearch').attr("action")+'&TextSearch='+$('input#IdTEXTVAL').val()
 //var Actione = $('form#myformSearch').attr("action")
 //alert(Actione); 


$('#Show_Card_Dept_Tab_Info_Search_Results2').css({
zIndex:'10000',				 
width:($('.Show_Card_Dept_Tab_Info_Search').innerWidth())+'px',
height:($('.Show_Card_Dept_Tab_Info_Search').innerHeight())+'px',
opacity: 0.8
});


$('#Show_Card_Dept_Tab_Info_Search_Results2').show()
 
 
$('span#clients_id_icon_loading_span').show();
$.ajax({
  type: "GET",
  url: Actione,
  data: '',
  success: function(msg){
    //alert(msg); 
 $('#Show_Card_Dept_Tab_Info_Search_Results2').hide();
  $('#Show_Card_Dept_Tab_Info_Search_Results').html(msg);  	
	$('#Show_Card_Dept_Tab_Info_Search_Results').show()
  }// success: function(msg){
});	//$.ajax({

}//if($('input#IdTEXTVAL').val() == '')

return false;
 
}//function Card_Search_SAJAX_cont_show()





function Card_Search_SAJAX_cont_show_page(Actione)
{

// $('#Show_Card_Dept_Tab_Info_Search_Results').hide();
// $('#Show_Card_Dept_Tab_Info_Search_Results2').hide();
 
// alert($('form#myformSearch').attr("action")); 
 
 


$('#Show_Card_Dept_Tab_Info_Search_Results2').css({
zIndex:'10000',				 
width:($('.Show_Card_Dept_Tab_Info_Search').innerWidth())+'px',
height:($('.Show_Card_Dept_Tab_Info_Search').innerHeight())+'px',
opacity: 0.8
});


$('#Show_Card_Dept_Tab_Info_Search_Results2').show()
 
 
$('span#clients_id_icon_loading_span').show();
$.ajax({
  type: "GET",
  url: Actione,
  data: '',
  success: function(msg){
    //alert(msg); 
 $('#Show_Card_Dept_Tab_Info_Search_Results2').hide();
  $('#Show_Card_Dept_Tab_Info_Search_Results').html(msg);  	
	$('#Show_Card_Dept_Tab_Info_Search_Results').show()
  }// success: function(msg){
});	//$.ajax({
 
 
}//function Card_Search_SAJAX_cont_show()



var Home_Show_Card_Dept_Results_ALL_Search = 'Show_Card_Dept_Results_ALL';

function Card_Search_SAJAX_cont_show_page2(Actione)
{

 //$('div#Show_Card_Dept_Results_ALL').html(Actione);  

// $('#Show_Card_Dept_Tab_Info_Search_Results').hide();
// $('#Show_Card_Dept_Tab_Info_Search_Results2').hide();
 
 //alert($('form#myformSearch').attr("action")); 
 // alert(Actione); 
 // position:relative;
 // // position:absolute;

 var home_R = $('<div id="Home_Show_Card_Dept_Results_ALL_Search"></div>');
 
 //alert(Home_Show_Card_Dept_Results_ALL_Search)
 $("div#"+Home_Show_Card_Dept_Results_ALL_Search).append(home_R).css({position:'relative'});
 //$("div#Show_Card_Dept_Results_ALL_Search").append(home_R).css({position:'relative'}); 
 
 $('#Home_Show_Card_Dept_Results_ALL_Search').css({
border:'#FF0000 solid 0px',	
background:'#FFFFFF',
position:'absolute',
top:'0px',	
left:'0px',	
zIndex:'10000',
width:($("div#"+Home_Show_Card_Dept_Results_ALL_Search).innerWidth())+'px',
height:($("div#"+Home_Show_Card_Dept_Results_ALL_Search).innerHeight())+'px',
opacity: 0.8
});
  

  
  
$.ajax({
  type: "GET",
  url: Actione,
  data: '',
  success: function(msg){
Home_Show_Card_Dept_Results_ALL_Search ='Show_Card_Dept_Results_ALL_Search';	  
   // alert(msg);  
   $('div#Show_Card_Dept_Results_ALL_Search').html(msg).show();
    $('div#Show_Card_Dept_Results_ALL').html('').hide();
//$('div#Show_Card_Dept_Results_ALL').hide();
textarea_create_H();





 
//var Actione_hash = Actione.replace("Show_itemSAJAX_cont_show.php?", ""); 
 var Actione_hash = Actione.replace("Card_Search_Results", "depts"); 
 
var Actione_hash_M = Actione_hash_FUN(Actione_hash,Character_Location_replace,Character_Location_Change);
  //alert(Actione_hash_M)

location.hash = Actione_hash_M;
 //alert(location.hash)
//$("#Dept_Show_itemSAJAX_cont_show img[rel]").overlay();	

 //textarea_Resize_frst();
  }// success: function(msg){
});	//$.ajax({
 

}//function Card_Search_SAJAX_cont_show()
