$(function()
{
	$('#banner1').cycle(
		{
			slideExpr: 'li',
			fx: 'fade',
			timeout: 6000,
			pagerEvent: 'click',
			pauseOnPagerHover: true
		});
	$('#banner2').cycle(
		{
			slideExpr: 'li',
			fx: 'fade',
			timeout: 5000,
			pagerEvent: 'click',
			pauseOnPagerHover: true
		});
	// invoke a dropdown menu
	$('ul.ddMenu').superfish(
	{
			delay: 10,
			animation:   
			{
				height: 'show'
			},
			autoArrows: false,
			speed: 'normal',
			dropShadows: false
	});
	$('ul.ddMenu li li:last-child').addClass('end');
});


function swfwindow( href )
{
	OpenWindow=window.open( "", "", "resizable=yes,status=no,location=no,toolbar=no,menubar=yes,fullscreen=yes,scrollbars=yes,dependent=no");
	OpenWindow.document.write('<embed type="application/x-shockwave-flash" src="' + href + '" name="plugin" width="1030" height="774"/>');
}
