//var f=0;
function Show_Popup(action, userid) {
	
document.getElementById('mm').style.display = "block";	



var a=document.getElementById('checkme').value ;


if( a==1)
{
document.getElementById('mm').style.bottom = "120px";
document.getElementById('mm').style.top = "290px";




if (!$('#banner_punch_line').is(':animated') ) {
	document.getElementById('checkme').value=2;

 $('#banner_punch_line').animate({

    bottom: '+=263'
	

	
  }, {duration:3000, queue:false});



  return false;
    
}
  



}
else
{

  
 if (!$('#banner_punch_line').is(':animated') ) {

document.getElementById('checkme').value =1;
 $('#banner_punch_line').animate({


    bottom: '-=263'
	

	
  }, {duration:3000, queue:false});
   return false;
  

 }
}
}









