function cineNeRecomanda() {
	var a=window.open("http://www.ih.ro/cine-ne-recomanda.html", document.body.offsetWidth, "location=1, status = 1, scrollbars=1, height = 1156, width = 534, resizable = 0" );
	if (navigator.appName.indexOf('Microsoft Internet Explorer',0)==-1) {
		a.moveTo(document.body.offsetWidth/2-534/2, 0);
	}
}
