//---------------- MISC

function global() {

}

function pageTitle(_txt) {
	dt.attachEvent(window, "onload", function(){
		dt.flash.on.attach(7, "page_title", dt.flash.embed("../_swf/page_titles.swf?title="+_txt, "100%,34"));
		dt.flash.off.attach(7, "page_title", "<span>" + _txt + "</span>");
	});
}



//---------------- //