

      function popup(url,name,windowWidth,windowHeight){

      myleft=(screen.width)?(screen.width-windowWidth)/2:100;

      mytop=(screen.height)?(screen.height-windowHeight)/2:100;

      properties = "width="+windowWidth+",height="+windowHeight+",scrollbars=yes, top="+mytop+",left="+myleft;

      window.open(url,name,properties)

      }
jQuery(document).ready(function(){

jQuery('#home_banner ul').innerfade({
					animationtype:'fade',
					speed: 2000,
					timeout: 7000,
					type: 'sequence',
					containerheight: '282px'
				});


    jQuery('#mycarousel').jcarousel();

limamount = jQuery('#our_books li').length;




});
