// this script was written by insaner for www.insaner.com 2001
// can you use it for YOUR page? yep, so long as you leave this
// notice untouched and place a visible link on your page to www.insaner.com
// commercial sites: contact "webmaster@insaner.com" for details



// for the blog
function showBlock(v){
	if (v.style.display=="none"){
		// v.style.display="inline";
		v.style.display="block";
		// v.style.visibility="visible";
		}
	else {
		v.style.display="none";
		// v.style.visibility="hidden";
		}
	}
// for the blog
function showText(v){
	if (v.style.display=="none"){
		v.style.display="inline";
		// v.style.display="block";
		// v.style.visibility="visible";
		}
	else {
		v.style.display="none";
		// v.style.visibility="hidden";
		}
	}
	
function showTextById(id){;
	showText(document.getElementById(id));
	}
	
// for the blog
function showBlogYear(v){
	v="blogyearls_"+v;
	showTextById(v);
	showTextById(v+"br");
	showTextById(v+"br2");	
	}

// for the blog
function showBlogYearB(v){
	v="blogyearlsb_"+v;
	showTextById(v);
	showTextById(v+"br");
	showTextById(v+"br2");	
	}

// for the poems
function Showwrite(sUrl)
{
showmewin=open('poems/'+sUrl,'poem_story','scrollbars=no,resizable=no,status=no,location=no,menubar=no');
}


// to check mouseovers and spew out a message
function harass(iht)
{

if (iht.hcount)
	{
	iht.hcount++;
	if (iht.hcount=='2') {window.alert("please stop harassing "+get_obj_name(iht))};
	}
 else {iht.hcount=1;}
 }




/* 
##################################
this below is the experimental area:
 */

function tweewtext()
{t_up;t_dn;}

function t_up(p) {p.color++}
function t_dn(p) {p.color--}



function chngStatus(stt)
{
  window.status=stt;

}
function chngTitle(ttl)
{

  document.title=ttl;
}


