var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow

	dimensions: [944,299], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["http://www.naplesduilawyers.com/01.jpg","http://www.muscalaw.com/Successful_Case_List.html"],

		["http://www.naplesduilawyers.com/02.jpg","http://www.muscalaw.com/Successful_Case_List.html"],

		["http://www.naplesduilawyers.com/03.jpg","http://www.muscalaw.com/Successful_Case_List.html"],

		["http://www.naplesduilawyers.com/05.jpg","http://www.muscalaw.com/Successful_Case_List.html"] //&lt;--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:1, wraparound:false},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

});

function call_form()
{
document.getElementById("callform").innerHTML=document.getElementById("shilpa").innerHTML;
var callstyle=document.getElementById("callform");	
callstyle.style.marginLeft="340px";
callstyle.style.display="block";
/*callstyle.style.color="#ff0099";
callstyle.style.border="#ff0066 1px solid";
*/callstyle.style.marginTop="-200px";
callstyle.style.marginLeft="600px";
callstyle.style.float="left";
callstyle.style.width="195px";
callstyle.style.height="200px";
callstyle.style.visibility="visible";
}
setTimeout("call_form()",13700);
