jQuery(document).ready(function($) {
$('#buyme').css('visibility', 'hidden');
//$('ul#Kalenderkategorieauswahl').children().each(function(index) {
//	var longcat = $(this).text();
//	var shortcat = longcat.replace(/\s/g, "");
//$('[id="'+longcat+'"]').hover(function(index){
//  activatedaycolor(shortcat);
//}, function (index){
// deactivatedaycolor(shortcat);
//});
});

function showForm(target){
//	var url = target.getAttribute("href");

	var modurl = ''+target+'&type=96';

//	http://annelueck.com/typo3/index.php?id=64&products_id=1&tx_multishop_pi1[page_section]=products_detail
//	var modurl = '/'+url+'?&type=96';
//	var pos = $(target).position();
//	if (pos.left>940) $('#buyme').css( 'left','940px');
//	else $('#buyme').css( 'left',pos.left+32+'px');
//	$('#buyme').css( 'top',pos.top+32+'px');
	$('#buyme').html('<img class="loader" src="fileadmin/templates/images/ajax_loader6.gif">');
	$('#buyme').css('visibility', 'visible');
	$('#buyme').load(modurl);
//	$('#buyme').fadeIn('slow');
	$('#buyme').hover(function(){
		}, function (){
//			$('#buyme').css('visibility', 'hidden');
	});



//jQuery("#formhandler_contact_form").fadeIn('slow');
}

