//Login
$(document).ready(function(){$('#header .topnav a.login').click(function(){if($("div#login-wrap").is(":hidden")){$("div#login-wrap").slideDown("slow");}else{$("div#login-wrap").slideUp("slow");}return false;});});

//Hosting Descriptions
$(document).ready(function(){  $('span[title]').cluetip({  splitTitle: '|',   arrows: true,   dropShadow: false,   cluetipClass: 'jtip'} );
//Hosting US Flag 
$('#flag-us').cluetip({  splitTitle: '|',  positionBy: 'mouse', leftOffset: -275, cluezIndex: 5000, width: 250, dropShadow: false, showTitle: true, tracking: true, cluetipClass: 'flag'});
//Hosting NL Flag 
$('#flag-nl').cluetip({  splitTitle: '|',  positionBy: 'mouse', leftOffset: 25, cluezIndex: 5000, width: 250, dropShadow: false, showTitle: true, tracking: true, cluetipClass: 'flag'});

return false;});
//Cycle Testimonials
$('.cycle-testimonial').cycle({timeout:5000,fx:'fade',pause:1,prev:'.prev',next:'.next',cleartypeNoBg:true,pauseOnPagerHover:0});
//Emails
function monstermegsemail(dept){var emailHost="monstermegs.com";var email="<a href="+"mail"+"to:"+dept+"@"+emailHost+" title=\""+dept+"\">"+dept+"@"+emailHost+"</a>";return email;}
function monstermegsemailtext(mail,text){var emailHost="monstermegs.com";var email="<a href="+"mail"+"to:"+mail+"@"+emailHost+" title=\""+text+"\">"+text+"</a>";return email;}
jQuery(function(){
jQuery('span.login').hover(function() {
			jQuery('#client-login').stop(true, true).fadeIn();
		}, function () {
			jQuery('#client-login').stop(true, true).fadeOut();
		});
		});
