// Pre load images for rollover
if (document.images) {
	btn_home_0 = new Image
	btn_home_1 = new Image
	btn_services_0 = new Image
	btn_services_1 = new Image
	btn_store_0 = new Image
	btn_store_1 = new Image
	btn_company_0 = new Image
	btn_company_1 = new Image
	btn_blog_0 = new Image
	btn_blog_1 = new Image
	

	btn_home_0.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_home_0.gif"
	btn_home_1.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_home_1.gif"
	btn_services_0.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_services_0.gif"
	btn_services_1.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_services_1.gif"
	btn_store_0.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_store_0.gif"
	btn_store_1.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_store_1.gif"
	btn_company_0.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_company_0.gif"
	btn_company_1.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_company_1.gif"
	btn_blog_0.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_blog_0.gif"
	btn_blog_1.src = "http://blog.guifx.com/wp-content/themes/guifx-v2/images/nav_main_btn_blog_1.gif"

}


function swapImage(thisImage,newImage) {
	if (document.images) {
		document[thisImage].src = eval(newImage + ".src")
	}
}

