/*#########################################
##### FemtoLayer Technologies, INC ######
##### Planet V1.0					#####
##### ----------------------------- #####
##### Wrritten by : 				#####
##### ------------- 				#####
##### 1.Eng. Mohamed Gomaa 			#####
##### 1.Eng. Mahmoud Tawfik			#####
##### www.femtolayer.com			#####
##### www.femtoplanet.com			#####
##### license@femtolayer.com		#####
#########################################*/
function block_switsh(bid){
                   if (bid.style.display=='none'){
                       bid.style.display='';
                   }else{
                       bid.style.display='none';
                   }
               }