
function PopMeBaby()
	{
	window.open("popmebaby.html#","PopMeBaby","toolbar=no,width=320,height=420,left=200,top=200,menubar=no,resize=no");000
	}
	
	function PopMeBaby2()
	{
	window.open("popmebaby2.html#","PopMeBaby","toolbar=no,width=330,height=420,left=200,top=200,menubar=no,resize=no");000
}
	
function loadme(){
	document.getElementById('skiffs').style.listStyleImage = 'url(plus.gif)';
	document.getElementById('links').style.listStyleImage = 'url(plus.gif)';
	document.getElementById('standardowners').style.listStyleImage = 'url(plus.gif)';
	document.getElementById('widebodyowners').style.listStyleImage = 'url(plus.gif)';
	document.getElementById('jumboowners').style.listStyleImage = 'url(plus.gif)';
}

function toggle(theDiv,theList) {
	if (document.getElementById(theDiv,theList).style.display == 'none')
		 {
			 document.getElementById(theDiv).style.display = 'block';
			 document.getElementById(theDiv).style.display = '';
			 document.getElementById(theList).style.listStyleImage ='url(minus.gif)';
		 }
	else
		{
		 document.getElementById(theDiv).style.display = 'none';
		 document.getElementById(theList).style.listStyleImage = 'url(plus.gif)';
		 }
}

function input_change() {
 		document.getElementById().value = 'red';
 		document.getElementById().style.color = '#000;';
 	
}
 


//begin misc js stuff

/*function toggle(theDiv) {
	if (document.getElementById(theDiv).style.display == 'none')
		 {
			 document.getElementById(theDiv).style.display = 'block';
			 document.getElementById(theDiv).style.display = '';
		 }
	else
		{
		 document.getElementById(theDiv).style.display = 'none';
		 }
}
*/



//show pictures

function showPic (whichpic) {
	if (document.getElementById) {
	  document.getElementById('placeholder').src = whichpic.href;
	if (whichpic.title) {
	  document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
	} else {
	  document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
	}
	return false;
	} else {
	return true;
	}
}

function showPic2 (whichpic) {
	if (document.getElementById) {
	document.getElementById('placeholder2').src = whichpic.href;
	if (whichpic.title) {
	document.getElementById('desc2').childNodes[0].nodeValue = whichpic.title;
	} else {
	document.getElementById('desc2').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
	}
	return false;
	} else {
	return true;
	}
}

function showPic3 (whichpic) {
	if (document.getElementById) {
	document.getElementById('placeholder3').src = whichpic.href;
	if (whichpic.title) {
	document.getElementById('desc3').childNodes[0].nodeValue = whichpic.title;
	} else {
	document.getElementById('desc3').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
	}
	return false;
	} else {
	return true;
	}
}
		
function PopMeBaby()
	{
	window.open("popmebaby.html#","PopMeBaby","toolbar=no,width=320,height=420,left=200,top=200,menubar=no,resize=no");000
	}
	
	function PopMeBaby2()
	{
	window.open("popmebaby2.html#","PopMeBaby","toolbar=no,width=320,height=420,left=200,top=200,menubar=no,resize=no");000
}

function jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
 
}	
			
					
function toggleME(theDiv,theList) {
	if (document.getElementById(theDiv,theList).style.display == 'none')
		 {
			 document.getElementById(theDiv).style.display = 'block';
			 document.getElementById(theDiv).style.display = '';
			 document.getElementById(theList).style.listStyleImage ='url(minus.gif)';
		 }
	else
		{
		 document.getElementById(theDiv).style.display = 'none';
		 document.getElementById(theList).style.listStyleImage = 'url(plus.gif)';
		 }
}
	
function toggleGoogle(theDiv) {
	if (document.getElementById(theDiv).style.display == 'none')
		 {
			 document.getElementById(theDiv).style.display = 'block';
			 document.getElementById(theDiv).style.display = '';
		 }
	else
		{
		 document.getElementById(theDiv).style.display = 'none';
		 }
}
	
	
function clickclear(thisfield, defaulttext) {
	if (thisfield.value == defaulttext) {
	thisfield.value = '';
	thisfield.style.color='#000000';
	thisfield.style.fontStyle='normal';
	
	}
	}
	
function clickrecall(thisfield, defaulttext) {
	if (thisfield.value == '') {
	thisfield.value = defaulttext;
	thisfield.style.color='#FF0000';
	thisfield.style.fontStyle='italic';
	
	}
}
		





