function openpopup(url, width, height, resizable, toolbar) {
	window.open(url, "", "width=" + width + ", height=" + height + ", resizable=" + resizable + ", toolbar=" + toolbar);
}
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        // Configuration goes here
    });
});
