function myMailto(user, host, tagID) {
	e = user + "@";
	for (i = 0; i < host.length - 1; i++) { e = e + host[i] + "."; }
	e = e + host[host.length - 1] ;
	if (tagID == "ContactUs") {
		document.writeln("<a href='mailto:" + e + "'>Contact Us</a>");
	}else if (tagID != "") {
		document.writeln("<a id='" + tagID + "' href='mailto:" + e + "'>" + e + "</a>");
	} else {
		document.writeln("<a href='mailto:" + e + "'>" + e + "</a>");
	}
}

$(document).ready(function() {
  $('a[href^="http://"]')
  .attr({
	target: "_blank", 
	title: "Opens in a new window"
  });
});

$(document).ready(function() {
	$("a.lightFrame").fancybox({ 
		'width'			: 	720,
		'height'		:	404,
		'autoDimensions':	false,
		'titleShow'		:	false,
		'overlayColor'	:	'#333',
		'scrolling'		:	'no',
		'swf'			:	{wmode: 'transparent'},
		'type'			:	'iframe',
		'padding'		:	0,
		'margin'		:	0
	});
});

animatedcollapse.addDiv('production', 'fade=1,group=services')
animatedcollapse.addDiv('design', 'fade=1,group=services')
animatedcollapse.addDiv('video', 'fade=1,group=services')
animatedcollapse.addDiv('digital', 'fade=1,group=services')
animatedcollapse.addDiv('delegatemanager', 'fade=1,group=services')
animatedcollapse.init()

