/*
Custom js-functions and jQuery

Author: Markus Schmidt
E-Mail: m.schmidt [a t] interaktiv-net [d o t] com
Copyright (c) 2010 interaktiv GmbH Würzburg - www.interaktiv-net.com
*/



function openLightbox(title, html)
{
//var title = "test news 1";
//var html = "Dies ist die ausführliche Fassung<br>der test news 1";
var text = '<b><center><div id="titlebox" style="font-family:Arial; font-size:14px;" mce_style="font-family:Arial; font-size:14px;">' + title + "</div></center></b>" + '<p>&nbsp;<p>&nbsp;<p><div id="htmlbox" style="font-family:Arial; font-size:12px;" mce_style="font-family:Arial; font-size:12px;">' + html + "</div>";
jQuery.facebox(text);
}

/*
function hideAllSideProducts()
{

}*/


