// see header.php at the bottom
var lnk = document.getElementById('lnk').value; // link
var pth = document.getElementById('pth').value; // path


function hd(nr) {
	if(document.getElementById('a'+nr).style.display != 'none') {
		document.getElementById('a'+nr).style.display = 'none';
		document.getElementById('pic-'+nr).style.display = 'none';
		document.getElementById('ico-'+nr).src = pth+'/images/icons/small/page_spearmint_up.png';
	} else {
		document.getElementById('a'+nr).style.display = '';
		document.getElementById('pic-'+nr).style.display = '';	
		document.getElementById('ico-'+nr).src = pth+'/images/icons/small/page_spearmint_down.png';
	}
}

function hid(hidNr) {
	if(document.getElementById(hidNr).style.display != 'none') {
		document.getElementById(hidNr).style.display = 'none';
		document.getElementById('ico-'+hidNr).src = pth+'/images/icons/small/page_spearmint_up.png';
	} else {
		document.getElementById(hidNr).style.display = '';
		document.getElementById('ico-'+hidNr).src = pth+'/images/icons/small/page_spearmint_down.png';
	}
}



	// show/hide things
	function showhide(showhidewhat) {
	if(document.getElementById(showhidewhat)) {
			if(document.getElementById(showhidewhat).style.display != 'none') {
			document.getElementById(showhidewhat).style.display = 'none';
			} else { document.getElementById(showhidewhat).style.display = ''; }
		}
	}


function addcookie(cokkieNr) { 
/* functie cookie - hide/unhide articol - arata doar titlu */
}

function btvpttine(hereName) {
/* on mose over - change image */
}

// popup epaper
function epaper(idpaper) { window.open(lnk+"epaper.php?id="+idpaper, "epaper", "width=1000,height=640,scrollbars=no,resizable=no,titlebar=no,status=no,menubar=no"); }

// popup webchat
function webchat() { window.open(lnk+"ajaxchat/index.php?isd=1", "epaper", "width=1000,height=640,scrollbars=no,resizable=no,titlebar=no,status=no,menubar=no"); }
