
// Recent works...
$("div.recent_tabs").tabs(".recent_cont > div", { 
        effect: 'fade', 
        fadeOutSpeed: "slow", 
        rotate: true 
    }).slideshow({autoplay: true, interval: 5000});
 
 
 function showDiv(arg)
{
	if(arg==1)
		document.getElementById('quote_form').style.display="block";
	else
		document.getElementById('quote_form').style.display="none";
}
 
 
 // This is for Floating menu....
 $(function() {
            $("#floating_menu").lavaLamp({
                fx: "backout",
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
            });
        });




