// JavaScript Document

/* Rollovers Buttons */
	function btn_home()
	{
		document.home.src = "images/btn_home.gif" ;
	}

	function btn_home2()
	{
		document.home.src = "images/btn_home2.gif" ;
	}
	function btn_about()
	{
		document.about.src = "images/btn_about.gif" ;
	}

	function btn_about2()
	{
		document.about.src = "images/btn_about2.gif" ;
	}
		function btn_contact()
	{
		document.contact.src = "images/btn_contact.gif" ;
	}

	function btn_contact2()
	{
		document.contact.src = "images/btn_contact2.gif" ;
	}
	function btn_sale()
	{
		document.sale.src = "images/btn_sale.gif" ;
	}

	function btn_sale2()
	{
		document.sale.src = "images/btn_sale2.gif" ;
	}
	function btn_alpaca()
	{
		document.facts.src = "images/btn_alpaca.gif" ;
	}

	function btn_alpaca2()
	{
		document.facts.src = "images/btn_alpaca2.gif" ;
	}
	function btn_news()
	{
		document.news.src = "images/btn_news.gif" ;
	}

	function btn_news2()
	{
		document.news.src = "images/btn_news2.gif" ;
	}
	
	function btn_investing()
	{
		document.investing.src = "images/btn_investing.gif" ;
	}

	function btn_investing2()
	{
		document.investing.src = "images/btn_investing2.gif" ;
	}

	function btn_exports()
	{
		document.exports.src = "images/btn_exports.gif" ;
	}

	function btn_exports2()
	{
		document.exports.src = "images/btn_exports2.gif" ;
	}

	function btn_propevents()
	{
		document.propevents.src = "images/btn_propevents.gif" ;
	}

	function btn_propevents2()
	{
		document.propevents.src = "images/btn_propevents2.gif" ;
	}
	function btn_stud()
	{
		document.stud.src = "images/btn_stud.gif" ;
	}

	function btn_stud2()
	{
		document.stud.src = "images/btn_stud2.gif" ;
	}
	
// Open Pdf in new window
function pdf(){
	newwin=window.open('priceList.pdf')
}