﻿jQuery(document).ready(function() {
if( $('#mycarousel').length )
    jQuery('#mycarousel').jcarousel({scroll: 1});

});


function MM_openBrWindow(theURL,winName,features) //popup new window
{ 
    window.open(theURL,winName,features);
}
    
function show(page,width,height,win)
{
    var windowWidth = width;//800;
    var windowHeight = height;//550;
    var windowName = win;//550;
    var centerWidth = (window.screen.width - windowWidth) / 2;
    var centerHeight = (window.screen.height - windowHeight) / 3;

    window.open(page,windowName,'width=' + windowWidth +  ',height=' + windowHeight + ',resizable=0,scrollbars=0,left=' + centerWidth + ',top=' + centerHeight ).focus();
    
    
}