function agregar(){
//IE
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
var url="http://www.impresionarteweb.com.ar"; //Cambia esta direccion por la de tu web
var titulo="Impresionarte"; //Cambia esta nombre por el de tu web
window.external.AddFavorite(url,titulo);
}
//Para Firefox
else {
if(navigator.appName == "Netscape")
//Hay que modificar el nombre por el de vuestra pagina
window.sidebar.addPanel("Impresionarte", "http://www.impresionarteweb.com.ar","");
}
}

usuario="admin" 
dominio="impresionarteweb.com.ar" 
conector="@" 

function dame_correo(){ 
   return usuario + conector + dominio 
} 

function escribe_enlace_correo(){ 
   document.write("<a href='mailto:" + dame_correo() + "'>" + dame_correo() + "</a>") 
} 


function showFull(id) { //SHOW/HIDE JS
		var block = document.getElementById(id);
		if(block.style.display == 'none' || block.style.display == '')
			block.style.display = 'block';
		else
			block.style.display = 'none';
		}
		function showID(id) { 
			var block = document.getElementById(id);
			block.style.display = 'block';
		}
		function hideID(id) { 
			var block = document.getElementById(id);
			block.style.display = 'none';
		} 

	//function showFull(id) { 
		//	var block = document.getElementById(id);
			//if(block.style.display == 'none' || block.style.display == '')
				//block.style.display = 'block';
//			else
	//			block.style.display = 'none';
	//}

$(document).ready(function(){
    // FANCYBOX //
   $("a.formu").fancybox({
        'overlayShow'	: true,
        'width'			: 500,
        'height'		: 410,
        type			: 'iframe',
        'autoScale'		: false,
		'autoDimensions' : false,
		'transitionIn'	: 'elastic',
        'transitionOut'	: 'elastic',
		'titleShow'	: false
    });
	
	
	$("a.mapa").fancybox({
        'overlayShow'	: true,
        'width'			: 430,
        'height'		: 355,
        type			: 'iframe',
        'autoScale'		: false,
		'autoDimensions' : false,
		'transitionIn'	: 'elastic',
        'transitionOut'	: 'none',
		'titleShow'	: false
    });
	

	//triggers the slider
	$('#yourSliderId').DDSlider({
		trans: 'random',
		selector: '.slider_selector'
	});  
	
 
});

	
<!-- marquesina novedades --> 	
 (function($) {
                $(function() { //on DOM ready
                    $("#scroller").simplyScroll({
                        autoMode: 'loop',
                        frameRate: 20,
                        speed: 1
            
                    });
                });
            })(jQuery);
			

