	$(document).ready(function(){
		$('#cssdropdown li.headlink').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).css('display', 'none'); });
	});
	

function build() {
	if (navigator.appVersion.indexOf("Win")!=-1) {
    location.href = 'http://memeo.info/download/send/general/Memeo_Send.exe';
	
	
} else if (navigator.appVersion.indexOf("Mac")!=-1) {
    location.href = 'http://memeo.info/download/memeosend-mac/MemeoSend.zip';
	
}
		
}

$(document).ready(
				function(){

$('ul#send_quote_list').innerfade({
						speed: 1000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '260px'
					});

			});


$(document).ready(
				function(){

$('ul#send_quote_list2').innerfade({
						speed: 1000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '260px'
					});

			});