function getBreeds()
{
	window.open('breed_selector.htm','breedSelect','width=825,height=625,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,top=50,left=350');
}

function getNames() 
{
	window.open('/woof/woof/askbonnielass.htm','nameSelect','width=500,height=550,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,top=150,left=350');	
}

function getGames() 
{
	window.open('games.htm','games','width=425,height=625,top=150,left=350');
}

function playQuiz() 
{
	window.open('flash/quiz.htm','quiz','width=575,height=425,top=150,left=350');	
}

function getPuzzles() 
{
	window.open('Puzzles.html','puzzles','width=700,height=725,top=150,left=350');	
}

function getBones() 
{
	window.open('flash/bone.html','quiz','width=575,height=425,top=150,left=350');
}

function getStars() 
{
	window.open('stars.html','stars','width=790,height=625,top=150,left=350');
}

