$(document).ready(function(){
		//$('div#logo').pngFix();
		//$('div#footer').pngFix();
		$(function() {
		   $('#slideshow').cycle({ fx:     'scrollDown',  speed:   400,  timeout: 5000,   next:   '#slideshow',  pause:   1	 });
		});
});

  //var GB_ANIMATION = true;
      //$(document).ready(function(){
      //  $("a.greybox").click(function(){
       //   var t = this.title || $(this).text() || this.href;
       //   GB_show(t,this.href,470,600);
       //   return false;
       // });
     // });
	  
	  
function popup(url) 

{

 var width  = 470;

 var height = 500;

 var left   = (screen.width  - width)/2;

 var top    = (screen.height - height)/2;

 var params = 'width='+width+', height='+height;

 params += ', top='+top+', left='+left;

 params += ', directories=no';

 params += ', location=no';

 params += ', menubar=no';

 params += ', resizable=no';

 params += ', scrollbars=no';

 params += ', status=no';

 params += ', toolbar=no';

 newwin=window.open(url,'windowname5', params);

 if (window.focus) {newwin.focus()}

 return false;

}


