﻿function gup( name )
        {
          name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
          var regexS = "[\\?&]"+name+"=([^&#]*)";
          var regex = new RegExp( regexS );
          var results = regex.exec( window.location.href );
          if( results == null )
            return "";
          else
            return results[1];
        }
       function insertLikebutton(obj)
        {
 
          var url='<iframe src="http://www.facebook.com/plugins/like.php?href='+PageUrl+'&amp;layout=button_count&amp;show_faces=false&amp;width=180&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:180px; height:30px"></iframe>'
           obj.innerHTML=url;
        }
           function insertFullLikebutton(obj)
        {
        var url="";
              if( document.URL =="http://mamtak.com" || document.URL =="http://www.mamtak.com" || document.URL =="http://mamtak.com/" || document.URL =="http://www.mamtak.com/" )
            {
     // <fb:like-box profile_id="110322609004960" width="292" connections="10" stream="false" header="true" />       
               //url='<iframe src="http://www.facebook.com/plugins/likebox.php?profile_id=110322609004960&amp;width=292&amp;connections=10&amp;stream=false&amp;header=true" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:292px; height:px"></iframe>';
               url='<h2>Be a friend and join us</h2><iframe src="/embed.htm" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:400px"></iframe>';
             obj.innerHTML=url;
            }
            else
            {
              url='<h2>Friends how like it</h2><iframe src="http://www.facebook.com/plugins/like.php?href='+PageUrl+'&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"></iframe>';
             obj.innerHTML=url;
             }
        }      
function ShowTopBar( Flag )
        {
            var InTheSite=gup("in");
        
            if(InTheSite=="1")
            {
            
                document.getElementById("topSection").style.visibility='hidden';
                document.getElementById("ContentDiv").style.top  ='100px';
                  
            }
        }
          ShowTopBar(true);