var ns = document.layers;

if (document.images) {
var uparrowa = new Image();
uparrowa.src = "http://images.ea.com/eagames/games/official/bf1942/common/scrollup.gif";
var uparrown = new Image();
uparrown.src = "http://images.ea.com/eagames/games/official/bf1942/common/scrollup_over.gif";
var downarrowa = new Image();
downarrowa.src = "http://images.ea.com/eagames/games/official/bf1942/common/scrolldown.gif";
var downarrown = new Image();
downarrown.src = "http://images.ea.com/eagames/games/official/bf1942/common/scrolldown_over.gif";}

function getObj(name)
{
  if (document.getElementById)
  {
  	this.obj = document.getElementById(name);
	this.style = document.getElementById(name).style;
  }
  else if (document.all)
  {
	this.obj = document.all[name];
	this.style = document.all[name].style;
  }
  else if (document.layers)
  {
	this.obj = getObjNN4(document,name);
	this.style = this.obj;
  }
}

function getObjNN4(obj,name)
{
	var x = obj.layers;
	var thereturn;
	for (var i=0;i<x.length;i++)
	{
		if (x[i].id == name)
		 	thereturn = x[i];
		else if (x[i].layers.length)
			var tmp = getObjNN4(x[i],name);
		if (tmp) thereturn = tmp;
	}
	return thereturn;
}

var clipTop = 0;
var clipWidth = 458;
var clipBottom = 307;
var topper = 0;
var lyrheight = 307;
var time,amount,theTime,theHeight,DHTML;

function prepLyr()
{
	DHTML = (document.getElementById || document.all || document.layers)
	if (!DHTML) return;
	var x = new getObj('clip1');
	if (document.layers)
	{
		x.style.clip.bottom = clipBottom;
		x.style.clip.top = clipTop;
		x.style.clip.left = 0;
		x.style.clip.right = clipWidth;
		
	}
	else if (document.getElementById || document.all)
	{
		lyrheight = x.obj.offsetHeight;
		x.style.clip = 'rect('+clipTop+' '+clipWidth+' '+clipBottom+' 0)'
	}
}

function scrollInit(){	
	prepLyr();
	if (ns){ 
		scroller1 = new  makeScrollObj('scroller1','content1','OuterDiv.document.clip1',307);}
	else{
    	scroller1 = new  makeScrollObj('scroller1','content1','clip1',307);}
	loaded = true;
}
function scrollup(imgName) {
	if (document.images && loaded){
		if (ns){
			//var x = new getObj('up1');
			//alert("crap3 " +document.OuterDiv.document.images[imgName]);
			 // document.images[imgName].src = eval(imgName + "n.src");
			 }
		else{document.images[imgName].src = eval(imgName + "n.src");}
	}
	scroll(scroller1,5);
}
function scrolldown(imgName) {
	if (document.images && loaded)
	if (ns){}
    else {document.images[imgName].src = eval(imgName + "n.src");}
	scroll(scroller1,-5);
}
function noscrollup(imgName){
	if (document.images && loaded)
	if (ns){}
	else {document.images[imgName].src = eval(imgName + "a.src");}
	noScroll(scroller1);
}
function noscrolldown(imgName){
	if (document.images && loaded)
	if (ns){}
	else{document.images[imgName].src = eval(imgName + "a.src");}
	noScroll(scroller1);
}
function makeScrollObj(objId,layerId,parent,height){
	if (document.getElementById) {
		this.style = document.getElementById(layerId).style; 
		this.style.top=0;
		this.unit = 'px';
		this.scrollHeight = document.getElementById(layerId).offsetHeight;
	} else if (document.all) {
		this.style = eval('document.all.'+layerId+'.style');
		this.style.top=0;
		this.unit = 'px';	
		this.scrollHeight = eval('document.all.'+layerId+'.offsetHeight');
	} else if (document.layers) {
	    parent=(parent)? 'document.'+parent+'.':'';
	    this.style = eval(parent+'document.'+layerId);
		this.unit = '';
		this.scrollHeight = this.style.document.height;	
	}
    this.id   = objId;
	this.contHeight = height;
    this.top  = getTop;
	this.setTop  = setTop;
}
function returnToTop(obj,y) {obj.style.top=y+obj.unit;}

function getTop() {return parseInt(this.style.top);}
function setTop(y) {this.style.top=y+this.unit;}

// Scroll Variables
var scrollTimer = new Array();	// timeouts for each scrolling object
var fps=50, deltaT = 1000/fps;	// fps = frames per second; deltaT in millisecs
//var contHeight = 175;			// height of scroll clipping area

function scroll(obj,vy){
    if (scrollTimer[obj.id]) clearTimeout(scrollTimer[obj.id]);
    py=obj.top();
    py+=vy; yMin=0; yMax=obj.contHeight-obj.scrollHeight;
	if(py<yMax){py=yMax;vy=0;} if(py>yMin){py=yMin;vy=0;}
	obj.setTop(py);
    if (vy!=0) scrollTimer[obj.id]=setTimeout("scroll("+obj.id+","+vy+")",deltaT);
}
function noScroll(obj){
    if (scrollTimer[obj.id]) clearTimeout(scrollTimer[obj.id]);
}

function show_info(name){ 
  div_dog_intro.style.display    = "none";
  div_dog_intro.style.visibility = "hidden";
  div_dog_info.style.display     = "block";
  div_dog_info.style.visibility  = "visible";
	

  switch (name) {          
    case "brillo":
	  woodard_image.innerHTML   = "<IMG src='images/brillo 2010.jpg' height='180' width='280'>";
      woodard_image1.innerHTML  = "";    
	  woodard_image2.innerHTML  = "<IMG src='images/brillo 2010-4.jpg' height='180' width='280'><IMG src='images/brillo 2010-6.jpg'width='280'height='180'>"; 
	  woodard_text.innerHTML    = "This is My Bulldogges Brillo...check back for updates on him..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "2 years.";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "lilman":
	  woodard_image. innerHTML = "<IMG src='images/lil man 2010-2.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/lil man 2010-10.jpg'width='280' height='180'><IMG src='images/lil man 2010-12.jpg'width='280' height='180'>"; 
	  woodard_text.innerHTML  = "This is Lil'Man out of Early Bulldogges..check back about updates on him as well..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "2 years.";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "heather":
	  woodard_image.innerHTML = "<IMG src='images/heather at 4 wks.jpg' height='180' width='280'><IMG src='images/HEATHER 2004-3.JPG'width='280' height='180'>";	
	  woodard_image1.innerHTML  = "";	  
	  woodard_image2.innerHTML  = "<IMG src='images/heather pix 1.jpg' height='200' width='280'><IMG src='images/heather 2005.jpg'width='280' height='200'>"; 
	  woodard_text.innerHTML  = "<b>This is Woodard;s Heather..</b><br>Out of Rock and Liberty,and littermate to Bandit,Brandy and Luci. Heather is ovb/ob cross..Heather has great bone and a well structured frame..trates she got from her Dam:Liberty and Grand:Ce-Ce a little more length in the muzzle, which makes her breathing better, and more winded while being active..Which is a  great plus for an ovb..In my opinion..Look for great things out of heather when she's producing for the Woody Bulls.";	  
	  woodard_head.innerHTML    = "19\"";
	  woodard_height.innerHTML  = "18\"";
	  woodard_weight.innerHTML  = "70 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "mop":
	  woodard_image.innerHTML = "<IMG src='images/mop.gif' width='340' height ='300'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = ""; 
	  woodard_text.innerHTML  = "Mop is one of the prettiest O.B's I have ever seen.He was littermate to Bandit,Luci..and Heather...!Liberty has produced one of the best litter's weve ever had..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "5 weeks";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "lena":
	  woodard_image.innerHTML = "<IMG src='images/lena 2010-2.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/lena 2010-4.jpg'width='280' height='180'><IMG src='images/lena 2010.jpg'width='280' height='180'>"; 
	  woodard_text.innerHTML  = "Lena is the Dam to Leah and Reesey..! Which was sired by a son of Shank's..! With Lena's thickness and low barreled structure which is contributed from her O.E.B. linage. She will bring just what were looking to produce in our program. Lena will do great things for our Kennel as well as our bloodline. check in for updates on Lena,as well what she will be producing here at Woodard's.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "80 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.E.B";
	  break;
	case "jagger":
	  woodard_image.innerHTML = "<IMG src='images/jagger 2002.jpg' width='260' height='160'><IMG src='images/jagger 2004.jpg' width='260' height='160'>";
      woodard_image1.innerHTML = "";
      woodard_image2.innerHTML = "<IMG SRC='images/jagger 2006-2.jpg'width='260' height='190'><IMG src='images/jagger 2006.jpg' width='280' height='190'>";
	  woodard_text.innerHTML  = "This is Jagger of My Bulldogges, he is out of MB's Jowles and MB's Sweetness, Jag is maturing very nicely,and is by far a product of both parents..! I've had the pleasure of raising him And he's no joke..! This Linage is for the true bulldogge owner...! Expect great things out of Jagger when he's bred and paired within the Woodard's Line.";
	  woodard_head.innerHTML    = "22\"";
	  woodard_height.innerHTML  = "20\"";
	  woodard_weight.innerHTML  = "74 lbs.";
	  woodard_dob.innerHTML     = "5 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "stud 1":
	  woodard_image.innerHTML = "<IMG src='images/oak tree 2.jpg'width='280' height='160'>";	
	  woodard_image1.innerHTML  = "";
	  woodard_image2.innerHTML  = "<IMG src='images/oak tree 2.jpg'width='280' height='160'><IMG src='images/oak tree 2.jpg'width='280'height='160'>"; 
	  woodard_text.innerHTML    = "Another Heavy Hitter in the making..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "atlas":
	  woodard_image.innerHTML = "<IMG src='images/atlas 24.jpg'width='260' height='160'><IMG src='images/atlas 2006-6.jpg'width='260' height='160'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/atlas 2008.jpg'width='260' height='160'><IMG src='images/atlas 2008-1.jpg'width='260' height='160'>"; 
	  woodard_text.innerHTML  = "This pup is out of Bandit and Reggie..! Having [ My Bulldogges Brahma Bull on the dam side and My Bulldogges Rock Bottom ] on the sire side..and Woodard's Linage to complete the package..! Gives this guy one Awesome Linage package. We have been trying to accomplish a snow white male with no blimish..!And now we have him..! Ladies and gentlemen.. I give you.. Atlas..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "70 lbs";
	  woodard_dob.innerHTML     = "2 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "shank":
	  woodard_image.innerHTML = "<IMG src='images/shank 2004-4.jpg' width='280' height='180'><IMG src='images/shank 2.JPG' width='280' height='190'>";
                  woodard_image1.innerHTML = "";      
	  woodard_image2.innerHTML  = "<IMG src='images/SHANK 2004-5.JPG'width='280' height='190'><IMG src='images/shank 2006-3.jpg' width='280' height='190'>";  
	  woodard_text.innerHTML  = "This is Woodard's Shank,and also my senior.!Shank is True Bull..For those who arn't sure what that means He throws pups that are born stubb tailed or curled. Most O.B's are born with a full tail,but not true bulls. True Bulls are smaller than the average O.B's..but are more active and very agile..! Perfect for a in house bulldogge.Not to heavy for couch and kids..! For most breeders this is a rare.But for Woodard's Bulldogges it's [COMMON].Shanks the Sire: to Re-Re another product of a True Bull. He's also the sire for Anabelle,and Malachi,and the Grand Sire to Annie,as well as Leah and Reesey.! And countless other's.Look over my website and see his linage.";
	  woodard_head.innerHTML    = "20\"";
	  woodard_height.innerHTML  = "19\"";
	  woodard_weight.innerHTML  = "66 lbs.";
	  woodard_dob.innerHTML     = "9 years";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "liberty":
	  woodard_image.innerHTML = "<IMG src='images/liberty 2.jpg'width='240' height='160'>";
      woodard_image1.innerHTML = "";
      woodard_image2.innerHTML = "<IMG src='images/liberty 2004-25.jpg'width='280' height='180'><IMG src='images/liberty 6.jpg'width='280' height='180'>";
	  woodard_text.innerHTML  = "This is Woodard's Liberty, [Libby] is a very nice, bully and yeet athletic dogge,and a very outstanding producer.Which is what we strive to produce.She is the Dam of[My Bulldogges Luci]. Heather and Bandit..!Liberty is the daughter of Ce-Ce..We expected great things out of this linage..And that's just what were getting. Her pairing with Rock Bottom was by far..one of the best weve produced. But watch what were going to pull out of our Kennel next. Stay tuned..!";
	  woodard_head.innerHTML    = "18\"";
	  woodard_height.innerHTML  = "17\"";
	  woodard_weight.innerHTML  = "61 lbs.";
	  woodard_dob.innerHTML     = "9 years";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "annie":
	  woodard_image.innerHTML = "<IMG src='images/Annie41706.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/corner 8.jpg'width='280' height='180'><IMG src='images/annie 2008-28.jpg'width='280' height='180'>"; 
	  woodard_text.innerHTML    = "My Bulldogges' Annie.! This girl is down from Woodard's Annabelle and My Bulldogges' Jowles,she has taken great attributes from both sire & dam. The objective for breeding Woodard's/Woods dogges together was accomplished with this breeding.we have a dogge that is healthy, stocky, athletic and barrel built like an ovb should be. Annie has plenty of spunk as well in her power pack frame which is good because she still exhibits that traits of a true bulldogge.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "5 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "orea":
	  woodard_image.innerHTML = "<IMG src='images/orea 3.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/orea 1.jpg' width='280' height='180'><IMG src='images/orea 2006-14.jpg' width='280' height='180'>"; 
	  woodard_text.innerHTML  = "This is Woodard's Orea, she too is a great dogge, she produces nice consistent pups, she is very sound and healthy as well. Orea also has a great temperament, she is child proof and has proven to be a great asset.She is also the Dam: for Woodard's Re-Re & Ebony...!And countless other's produced within the V.B.A..!She has also been a great asset to the Woody and Woodard's line. Look for great things out of Orea,for many years to come..If your lookin for the source for black in the V.B.A..you've found it..!";
	  woodard_head.innerHTML    = "18\"";
	  woodard_height.innerHTML  = "17\"";
	  woodard_weight.innerHTML  = "69 lbs.";
	  woodard_dob.innerHTML     = "8 years";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "leah":
	  woodard_image.innerHTML = "<IMG src='images/corner 8.jpg' width='280' height='190'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/corner 8.jpg'width='280' height='190'><IMG src='images/leah 2010-2.jpg' width='280' height='190'>"; 
	  woodard_text.innerHTML  = "Leah is the daughter of Lena..! And littermate sister to Reesey. And also Grand daughter to Shank. She is a deep dark brindle. And is very fit,as well as agile. Leah has an outstanding temperment, but will handle business if need be.! Just like her sister she has alot of maturing to do. She was produced by Brian Kelske.! but was brought up to Woodard's to continue the linage,and bring something impressive to the Bulldogge Circle. Check back for updates on Leah.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "9 months old";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "tesa":	  
	  woodard_image.innerHTML  = "<IMG src='images/tesa 1.jpg' width='280' height='180'><IMG src='images/tesa 5.jpg'width='280' height='180'>"; 
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML = "<IMG src='images/tesa 60.jpg'width='280' height='200'><IMG src='images/tesa 64.jpg'width='280' height='200'>";
	  woodard_text.innerHTML  = "This is Tesa...she is out of Rock Bottom and Ce-Ce...! She is going to be...AWESOME..She will be cross bred with the Woody line.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "1 year";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "bandit":
	  woodard_image.innerHTML = "<IMG src='images/bandit at 4 wks.jpg' width='280' height='180'><IMG src='images/bandit 5.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/bandit 42.jpg' width='280' height='200'><IMG src='images/bandit 40.jpg' width='280' height='200'>"; 
	  woodard_text.innerHTML  = "Bandit is about as good a cross of o/b - ovb as one can hope for.He's out of Liberty and Rock Bottom.And littermate to Heather and Mop.As well as Luci. Woodard's bloodline has placed in the V.B.A show since being introduced.If your looking for a O/B or O.V.B with looks and show quality than you'll want a pup of this linage.Bandit has produced outstanding  bulldogges such as Diamond, Atlas, Otis..and The Gang..and countless others..He sired over 40 pups in 2006..!He's done well..!";
	  woodard_head.innerHTML    = "20\"";
	  woodard_height.innerHTML  = "17\"";
	  woodard_weight.innerHTML  = "63 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "anabelle":
	  woodard_image.innerHTML = "<IMG src='images/anabelle.jpg'width='280'height='180'><IMG src='images/anabelle 2.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  =""; 
	  woodard_image2.innerHTML  = "<IMG src='images/anabelle 1.jpg' width='280' height='190'><IMG src='images/anabelle 2005.jpg'width='280' height='190'>"; 
	  woodard_text.innerHTML  = "Anabelle's one of my most proudest o/b's I've had the pleasure of producing.She's out of Shank and Ce-Ce..and littermate to Baijing and Malachi.She's showing the true structure weve come to be known for...! And a product of her father.She living it up with Carlos Woods..and being cross bred with [ My Bulldogges Line ]. And bringing the W.W.F..[ Woody Woodard's Finest ]..to the top of the game.";
	  woodard_head.innerHTML    = "18''";
	  woodard_height.innerHTML  = "20''";
	  woodard_weight.innerHTML  = "70 lbs";
	  woodard_dob.innerHTML     = "2 years";
	  woodard_aka.innerHTML     = "O.B";
	  break;
        case "lady 1":
	  woodard_image.innerHTML   = "<IMG src='images/corner 8.jpg'width='260' height='160'>";
	  woodard_image1.innerHTML  =""; 
	  woodard_image2.innerHTML  = "<IMG src='images/corner 8.jpg'width='260' height='160'><IMG src='images/corner 8.jpg'width='260' height='160'>"; 
	  woodard_text.innerHTML    = "Another Lady in the making.! Check back for updates.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "O.S.B";
	  break;
	
	case "reesey":
	  woodard_image.innerHTML = "<IMG src='images/corner 8.jpg'width='280' height='190'>";	
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/corner 8.jpg'width='280' height='190'><IMG src='images/reesey 2010-4.jpg'width='280' height='190'>"; 
	  woodard_text.innerHTML  = "Reesey is daughter to Lena,and littermate sister to Leah. Reesey is also a Shank grand daughter. She carries the True Bull Linage as well as Olde English off her Dam side. Which means she has alot to offer to our program. Were lookin forward to seeing what Reesey will put down for many years to come. Reesey has alot of maturing to do.! She was produced by Brian Kelske as well.! But now she's here at Woodard's to turn up the Heat..! check back for updates on Reesey.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "9 months old";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "rere":
	  woodard_image.innerHTML = "<IMG src='images/re re 4 months.jpg'width='280' height='160'>";	  
	  woodard_image1.innerHTML  = "";
	  woodard_image2.innerHTML  = "<IMG src='images/re re 72.jpg'width='280' height='180'><IMG src='images/re re 2004.jpg'width='280' height='180'>";
	  woodard_text.innerHTML  = "Re-Re's out of shank and Orea,she's the product of a true bull.She was crossbred with the Woody Bull Line..which produced people such as Brolly..! She throws an awesome black just like her Dam..Orea.! if not better.Re-Re will prove that we are still Home of some of the finest black bulldogges in the business,check out our website and see for yourself..";
	  woodard_head.innerHTML    = "17\"";
	  woodard_height.innerHTML  = "16\"";
	  woodard_weight.innerHTML  = "50 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.B";
	  break;
	case "thor":
	  woodard_image.innerHTML = "<IMG src='images/thor 8.jpg'width='280' height='160'><IMG src='images/thor 22.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML  = ""; 
	  woodard_image2.innerHTML  = "<IMG src='images/thor 2008-2.jpg'width='280' height='180'><IMG src='images/thor 2010-3.jpg'width='280' height='180'>"; 
	  woodard_text.innerHTML  = "This guy is The Mighty Thor...! Sired by Punisher and Ebony...Having True Old English Linage..on his Sire side..and [ My Bulldogges/Woodard's ] linage coming down on his dam side. We threw everything we could muster into that breeding and now here's the outcome. Thor is everything I'm striving to produce and take Woodards Bulldogges well into the next level. And prove we too Are One of The Best In The Business..! And as always Building A Better Bull..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "60 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.S.B";
	  break;
        case "puppy1":
	  woodard_image.innerHTML   = "<IMG src='images/corner 8.jpg'width='190' height='140'><IMG src='images/corner 8.jpg'width='190' height='140'><IMG src='images/corner 8.jpg'width='190' height='140'>";
	  woodard_image1.innerHTML  = "<IMG SRC='images/hammer 2007-2.jpg'width='190' height='140'><IMG src='images/corner 8.jpg'width='190' height='140'><IMG src='images/lena 2010.jpg'width='190'height='140'>";
	  woodard_image2.innerHTML  = "<IMG src='images/corner 8.jpg'width='190' height='140'><IMG src='images/corner 8.jpg'width='190' height='140'><IMG src='images/corner 8.jpg'width='190' height='140'>"; 
	  woodard_text.innerHTML    = "<font size='+1'color=red>Due Date 06/30/2010.!Please check back for updates and availability..!  </font> Please feel free to contact us if your interested.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "";
	  break;
	case "puppy2":
	  woodard_image.innerHTML   = "<IMG src='images/background 7.jpg' width='190' height='140'><IMG src='images/background 7.jpg' width='190' height='140'><IMG src='images/background 7.jpg'width='190' height='140'>";
	  woodard_image1.innerHTML  = "<IMG src='images/background 7.jpg' width='190' height='140'><IMG src='images/background 7.jpg' width='190' height='140'><IMG src='images/background 7.jpg'width='190' height='140'>"; 
	  woodard_image2.innerHTML  = "<IMG src='images/background 7.jpg' width='190' height='140'><IMG src='images/background 7.jpg' width='190' height='140'><IMG SRC='images/background 7.jpg'width='190' height='140'>"; 
	  woodard_text.innerHTML    = "<font size='+1'color=red>Please check back for updates and availability..!</font> Please feel free to contact us if your interested.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "";
	  break;
	case "brandy":
	  woodard_image.innerHTML  = "<IMG src='images/brandy.jpg' width='280' height='160'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML  = "<IMG src='images/brandy 2007-4.jpg' width='280' height='160'><IMG src='images/brandy 2007-10.jpg'width='280' height='160'>"; 
	  woodard_text.innerHTML   = "This is Brandy.. littermate sister to Bandit,Luci..and Heather...she was sired by Rock Bottom and Liberty..and was produced here at Woodard's as well..!Brandy is owned by Mr Troy...and she gives a whole new meaning to Man's Best Friend..never have I seen a man and his dog..relationship fit like a hand too glove.Which suprises even me..and makes me proud to be the one who produced her.She's the grand daughter of Ce Ce..and lives up too it..Complete Loyalty..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "93 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	  
	case "stud 2":
	  woodard_image.innerHTML  = "<IMG src='images/oak tree 2.jpg' width='280' height='160'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/oak tree 2.jpg' width='280' height='160'><IMG src='images/oak tree 2.jpg' width='280' height='160'>";
	  woodard_text.innerHTML   = "Another heavy hitter coming soon..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
	case "hammer":
	  woodard_image.innerHTML  = "<IMG src='images/hammer.jpg'width='240' height='160'><IMG src='images/hammer 28.jpg'width='240' height='160'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/hammer 2007-2.jpg'width='240'height='160'><IMG src='images/hammer 2007-4.jpg'width='240'height='160'>";
	  woodard_text.innerHTML   = "This little guy is Hammer...! He was sired by Punisher and Ebony and is littermate to The Mighty Thor..!Hammer's more to the O/B side of the linage. I expected great things to come from that breeding, and I got the best of both. Hammer is built like his Dam [ Ebony ]..but will be able to throw the linage of both parents. Which makes him a complete package to boot.Look for the Awesome line were going to be putting down out of Hammer in the years to come.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "58 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.S.B";
	  break;
	case "ammie":
	  woodard_image.innerHTML  = "<IMG src='images/Ammie 2008.jpg' width='280' height='180'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/corner 8.jpg'width='280' height='180'><IMG src='images/Ammie 2008.jpg'width='280' height='180'>";
	  woodard_text.innerHTML   = "It doesn't get any better than this..[little lady] here. She is pure English and has an outstanding temperment. Is very loving,and completely fit as a fittle. Were going to be workin toward breeding her now. So we can continue our English linage.! We will be pairing this young lady with [Brillo] first...! Check back for updates on Ammie.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "A.K.C";
	  break;
    case "brolly":
	  woodard_image.innerHTML  = "<IMG src='images/brolly 3.jpg' width='280' height='180'><IMG src='images/brolly 74.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/brolly 2007-1.jpg' width='280' height='200'><IMG src='images/brolly 2007.jpg'width='280' height='200'>";
	  woodard_text.innerHTML   = "This is Brolly..! He was sired by The Great Brahma Bull of My Bulldogges..and Re-Re of Woodard's Bulldogges..he is nothing short of a complete package..watch this guy mature..!Brolly will do great things for our future,and prove we too..! Are One of The Best In The Business.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "65 lbs";
	  woodard_dob.innerHTML     = "11 months";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
    case "luci":
	  woodard_image.innerHTML  = "<IMG src='images/luci 2.jpg' width='280' height='180'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/Luci14months.jpg' width='280' height='200'><IMG src='images/Luci14months3.jpg' width='280' height='200'>";
	  woodard_text.innerHTML   = "This is Luci..of My Bulldogges...she was produced here at Woodard's..sired by Rock Bottom and Liberty..she is littermate to Bandit,Mop..and Heather..! Look for great things out of Luci..when she's producing for My Bulldogges..!";
	  woodard_head.innerHTML    = "20''";
	  woodard_height.innerHTML  = "18''";
	  woodard_weight.innerHTML  = "70 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
     case "lady 2":
	  woodard_image.innerHTML  = "<IMG src='images/corner 8.jpg' width='280' height='160'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/corner 8.jpg'width='280' height='160'><IMG src='images/corner 8.jpg' width='280' height='160'>";
	  woodard_text.innerHTML   = "Another lady in the making.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "";
	  break;
      case "beef":
	  woodard_image.innerHTML  = "<IMG src='images/beef pix 2.jpg'width='280' height='180'><IMG src='images/beef 2006-1.jpg'width='280' height='210'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/beef 2007-4.jpg'width='280' height='210'><IMG src='images/beef 2007-12.jpg'width='280' height='210'>";
	  woodard_text.innerHTML   = "Well,we have another Woody Bull, not just your average bull either,this guy is a line bred My Bulldogges Brawny son, Brawny is one of the main reasons I wanted an OVB and now we have a great line bred son of his. Brawny comes from MB's Brody as well as MB's Bell..sister to MB's Lester.. which is some of the old lines that help to establish the OVB. Beef should contribute greatly to what we want to accompllish with our OVB's, check back for updates on Beef..!";
	  woodard_head.innerHTML    = "\" ";
	  woodard_height.innerHTML  = "\"";
	  woodard_weight.innerHTML  = "85 lbs";
	  woodard_dob.innerHTML     = "3 year";
	  woodard_aka.innerHTML     = "O.V.B";
	  break;
      case "planed1":
	  planed1.innerHTML  = "<font color=white>Well..! We expect for this to be a very nice litter...! The look that everyone craves..!  </font> <font size='+1'color=red> Man Oh Man..Bully To The Bone...! </font>";	  
	  break;
      case "planed2":
	  planed2.innerHTML  = "<font color=white>Hey..!Nows the time to pull out all the stops..! Liberty has produced one litter here..and it produced some of the best Bulldogges out there. Which was Bandit,Luci,Brandy..as well..Heather.! This Breeding should top even that..! .</font><font size='+1'color=red>stay tuned..!</font>";	  
	  break;
      case "planed3":
	  planed3.innerHTML  = "<font color=white>DUDE!!!! Now this should be a very interesting breeding..!And a sure thing..this guy never misses..!</font><font size='+1'color=red>I'm lookin forward too it..! </font>";	  
	  break;
      case "planed4":
          planed4.innerHTML  = "<font color=white>check back for updates...!";
          break;
      case "diamond":
	  woodard_image.innerHTML  = "<IMG src='images/diamond 4.jpg' width='280' height='160'><IMG src='images/diamond 8.jpg'width='280' height='160'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/diamond 2007.jpg'width='280' height='190'><IMG src='images/diamond 2006-3.jpg'width='280' height='190'>";
	  woodard_text.innerHTML   = "This is Diamond.She was sired by Bandit and Boxy..She has great linage behind her...having M/B's Rock Bottom on one side..and M/B's Brahma Bull on the other..and Woodard's Liberty and Ce'Ce..! To complete the package with movement,and structure..which we've come to be well known for producing. She will be mated in the coming year.";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "68 lbs";
	  woodard_dob.innerHTML     = "3 years";
	  woodard_aka.innerHTML     = "OVB";
	  break;
      case "stud 3":
	  woodard_image.innerHTML  = "<IMG src='images/oak tree 2.jpg' width='260' height='180'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/oak tree 2.jpg' width='260' height='180'><IMG src='images/oak tree 2.jpg' width='260' height='180'>";
	  woodard_text.innerHTML   = "Creating another champion..!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "O.S.B";
	  break;
      case "lady 3":
	  woodard_image.innerHTML  = "<IMG src='images/backyard 2.jpg'width='280' height='180'>";
	  woodard_image1.innerHTML = "";
	  woodard_image2.innerHTML = "<IMG src='images/backyard 2.jpg'width='280' height='180'><IMG src='images/backyard 2.jpg'width='280' height='180'>";
	  woodard_text.innerHTML   = "Lookin to produce another fine Lady.!";
	  woodard_head.innerHTML    = "";
	  woodard_height.innerHTML  = "";
	  woodard_weight.innerHTML  = "";
	  woodard_dob.innerHTML     = "";
	  woodard_aka.innerHTML     = "O.S.B";
	  break;
  }
}

function switch_image(item){
  item.src = "images/home_main.gif";
  alert(item.name);

}
/*
This is Sammy, he is another big boy that should help us to produce great quality bulldogges, Sammy is also great natured and loving, he is the type of dogge that we want to have all around. Sammy has great bone, nice bully looks and great wrinkle but is healthy and is not hindered by the inability to breath of breed, he is a credit to our program and we look forward to being able to use him.


This is Woodard's Jagger of My Bulldogges, he is out of MB's Jowles and MB's Sweetness, Jag should be a big boy, the Woody Bulls are synonymous for having size, structure and health, Jag should be no different, pictured here he is 7 months old and already showing signs of being a great Woody Bull, Jagger should help us to produce some great bulldogges of our own,  check back often for updates on Jagger

function reload_main() {
  window.main.location.href = "main.html";
}

function load_directory(){
  var links_length = parent.directory.window.document.links.length;  
  var link = "";

  for (var i = 0; i < links_length ; i++) {
	link = parent.directory.window.document.links[i].href;  
	
	//alert(link.indexOf(".gif"));
	if (link.indexOf(".jpg") > 0 && link.indexOf(".LCK") == -1) {
	  //alert(link);
	  document.write('<a href= "'+link+'"><img src="' + link + '" width="50" hight="50"><\/a>');
	}
	//link = parent.directory.window.document.links[i].href;
	//document.write('<a href="'+link+'">'+link+'</a><br>');
  }
 
}
*/