//
//            $(function() {
//
//                $('div.bannercontent')
//                .before('<div class="bannertabs">')
//                .cycle({
//                fx: 'scrollLeft',
//                    fx: 'fade',
//                    speed: 'slow',
//                    timeout: 8000,
//                    pager: '.bannertabs',
//                    easing: 'easeinout',
//                    pause: 1,
//                    pauseOnPagerHover: 1,
//		    cleartype: 1
//                });
//            });


 function open_win(url){
         PopupWin = window.open(url,'circleWin','width=800, height=650,scrollbars=yes,resizable=1,status=1');
         PopupWin.focus();
     }

function open_win_small(url){
         PopupWin = window.open(url,'circleWin','width=600, height=550,scrollbars=yes,resizable=1,status=1');
         PopupWin.focus();
     }



