// sIFR
function initSifr(){
	
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:"h2", sWmode: "transparent", sFlashSrc:"js/sifr/sifr.swf", sColor:"#5BC936", sLinkColor:"#5BC936", sBgColor:"#fff"}));
		sIFR.replaceElement(named({sSelector:"span.subtitle", sWmode: "transparent", sFlashSrc:"js/sifr/sifr.swf", sColor:"#0B3A8D", sLinkColor:"#0B3A8D", sBgColor:"#fff"}));
	}

}
// ---

function popUp(URL, width, height) {
	popup = window.open(URL, 'DeziWeb', 'width=' + width + ', height=' + height + ', resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}
