$(document).ready(function() {
	$('.showcase').cycle();
});

function MM_openBrWindow(theURL,winName,features) { //v2.0
	w = window.open(theURL,winName,features);
	if (window.focus) {
		w.focus();
	}
	return w;
}
function popup(url) {
  MM_openBrWindow(url,'popup','scrollbars=yes,resizable=yes,width=420,height=500');
}
function popupSized(url,w,h) {
  MM_openBrWindow(url,'popup','scrollbars=yes,resizable=yes,width='+w+',height='+h);
}