/**
 * exchange headlines.
 */
$(document).ready(function() {
	if (($.browser.msie == false) || ($.browser.version != '6.0')) {
	var target = $('div#content h1');
	target.each( function(i) {
	   var text = $(this).text();
       if (text == '') {
          return;
       }
       text = text.replace(/& /g, '%26 ');
	   swfobject.embedSWF("../../flash/h1.swf", this, "900", "25", "9", 
	   null, { text: text }, {allowscriptaccess: "sameDomain", bgcolor: "#000", wmode: "transparent"});
	});
	}
});



function openThickboxFromMainMood(imgNo, coll) {
	uri = "/carl-gross/theme-details.jsp?locale=" + loc
			+ "&URL=/carl-gross/img/popup_img_theme_movie/" + coll + "/" + imgNo
			+ ".jpg&TB_iframe=true&TB_transparent=true&width=675&height=475";
	tb_show('thickbox', uri);
}

function popup(file, name, width, height, i1, i2, i3) {

	uri = file;

	if (uri.indexOf('?') > -1) {
		uri += "&";
	} else {
		uri += "?";
	}
	// uri += "width=" + (width-29) + "&height=" + (height-12) +
	// "&TB_iframe=true&TB_transparent=true";
	uri += "width=" + (width) + "&height=" + (height + 25)
			+ "&TB_iframe=true&TB_transparent=true";
	tb_show('', uri);
}
