_d=document;
function showem()
{
	a='<';
	b='>';
	usr='office';
	hst='youronlinestyle';
	ext='com';
	_d.write(a+'a hr'+'ef'+'="mai'+'lto:'+usr+'@'+hst+'.'+ext+'"'+b+usr+'@'+hst+'.'+ext+a+'/a'+b);
}

function frm(usr)
{
	_d.write('<'+'f'+'orm meth'+'od=PO'+'ST acti'+'on="sen'+'dm'+'ail.php">');
	_d.write('<'+'i'+'nput ty'+'pe=hid'+'den na'+'me="reci'+'pient" val'+'ue="'+usr+'">');
}

function lefrm(usr)
{
	__a='orm';__b='tion';__c='kexc';__d='quest.p';__e='od=';__f='T';
	_d.write('<'+'f'+__a+' ac'+__b+'="lin'+__c+'hangere'+__d+'hp" meth'+__e+'POS'+__f+'>');
	_d.write('<'+'i'+'nput ty'+'pe=hid'+'den na'+'me="reci'+'pient" val'+'ue="'+usr+'">');
}

function fullArticle(url)
{
	window.open('fullarticles/'+url, 'fullArticle', 'scrollbars,width=200,height=350');
	return false;
}

function switchDiv(id, link)
{
	obj = document.getElementById(id);
	if ( obj.style.visibility == 'hidden' || obj.style.visibility == '' )
	{
		obj.style.visibility = 'visible';
		obj.style.display = 'block';
		link.innerText = '- '+link.innerText.substring(2);
	}
	else
	{
		obj.style.visibility = 'hidden';
		obj.style.display = 'none';
		link.innerText = '+ '+link.innerText.substring(2);
	}
}