/*
 * Custom Script by Glide Design for Hagitec
 * 
 * Author: Nathan Biles for Glide Design
 * Author URI: http://www.glidedesign.com/
 *
 */
  
/* *********************** BEGIN JQUERY ********************** */

jQuery(function() {

/* *************** wp-cycle for Homepage Slideshow *************** */

jQuery(document).ready(function(){	
			
	jQuery('.popup').popupWindow({ 
		height:550, 
		width:600,
		scrollbars:1
	}); 
	
	jQuery.preloadImages = function() {
	  for(var i = 0; i < arguments.length ; i++) {
		jQuery("<img>").attr("src", arguments[i]);
	  }
	};

});

/* *************** TITLE *************** */

//Brief explanation





});

/* ************************ END JQUERY *********************** */

function MM_openBrWindow(theURL,winName,features) { 
 	window.open(theURL,winName,features); 
}

