function CreateBookmarkLink() {
    titulo="Foto-murales.com - " + window.document.title;
    url="http://www.foto-murales.com/";
    if (window.sidebar) {
        window.sidebar.addPanel(titulo, url,"");
    } else if( window.external ) {
        window.external.AddFavorite( url, titulo); 
    } else if(window.opera && window.print) {
        window.external.AddFavorite( url, titulo); 
    }
}

function setHomepage(obj) {
    obj.style.behavior = "url(#default#homepage)";
    obj.setHomePage("http://www.foto-murales.com");
}

function loadFlash(sSwf, sIdDiv, iWidth, iHeight, oFlashVars, oParams, oAttributes) {
    window.onload = function() {
        swfobject.embedSWF(sSwf, sIdDiv, iWidth, iHeight, "9.0.0", "swf/expressInstall.swf", oFlashVars, oParams, oAttributes);
    };
}

function instruccionesFotoMurales() {
    w = window.open("instruccionesFotomurales.asp", "Teleadhesivo", "toolbar=no,location=no,menubar=no,directories=no,resizable=no,scrollbars=no,width=640,height=380");
}

// carousel
function create_carousel(cname) {
	$('#'+cname).carouFredSel({
		auto : false,
		height : 155,
		prev : {
			button	: '#'+cname+'_prev',
			key		: 'left'
		},
		items : {
			minimum : 2,
			width: 142
		},
		next : { 
			button	: '#'+cname+'_next',
			key		: 'right'
		}
	});
}

