/** * this function creates a slideshow inside element with specified selector * Arguments: * selector: selector of the container * ids: an array contains ids of containers with slides */ function slideShow(selector,ids){ if(ids.length==0){ return; } jQuery(selector).html('