// JavaScript Document
Shadowbox.init(
			   {
				   overlayColor: "black",
				   modal: true,
				   players:["img", "html"],
				   slideshowDelay:10,
				   continuous:true,
				   overlayOpacity:0.6,
				   counterType:"Skip",
				   onClose: function ()
				   {
					   document.getElementById("konkan_text").style.visibility="hidden";
				   }
			   }
			  );

sb_login = function() {
    Shadowbox.open({
        content:'http://www.vinexa.com/php/login_client.php?setvar=c', // Use the relevant URL
        player:"iframe",
      //  title:"Login", // Change this based upon the type of link (Sign in, Sign up, etc.)
        height:315, 
        width:430 
    });
};

prof_login = function() {
    Shadowbox.open({
        content:'http://www.vinexa.com/php/login_client.php?setvar=p', // Use the relevant URL
        player:"iframe",
        height:315, 
        width:430 
    });
};

