$(document).ready(function() {

 $(".show1").toggle(function(){
 	$(".textblock1").show();
	$(".textblock2").hide();
	$(".textblock3").hide();
 		
 }, function () {
 		$(".textblock1").hide();
		$(".textblock2").hide();
		$(".textblock3").hide();
		MM_swapImage('BMS','','images/bmslogin_reg.jpg',1);
  });
   
 $(".show2").toggle(function(){
 	$(".textblock2").show();
	$(".textblock1").hide();
	$(".textblock3").hide();
 		
 }, function () {
 		$(".textblock1").hide();
		$(".textblock2").hide();
		$(".textblock3").hide();
		MM_swapImage('CL','','images/clientlogin_reg.jpg',1);
  });
  
  $(".show3").toggle(function(){
 	$(".textblock3").show();
	$(".textblock1").hide();
	$(".textblock2").hide();
 		
 }, function () {
 		$(".textblock1").hide();
		$(".textblock2").hide();
		$(".textblock3").hide();
		MM_swapImage('EL','','images/clientlogin-reg.jpg',1)
  });
   
	});

<!--script for top login menu ends here-->
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}




