//---------------------------------------------------------------- 
// RISNER NAUKAM DESIGN GROUP, Inc.
//---------------------------------------------------------------- 

function formHandler(theURL){
	var URL = theURL.value;
	window.location.href = URL;
}


document.write(" <form method='get'> ");
document.write(" <h1>Products |  ");
document.write(" <select name='prodpage' onChange='javascript:formHandler(this);' class='formbutton'> ");
document.write(" 	<option value='#'>Select a product</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_bk.html'>What if God...? Book</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_renew.html'>Renewing My Mind </option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_abc.html'>ABC's of Joyful Living</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_war.html'>Made to be a Warrior</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_warprin.html'>Warrior Princess</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_shirtsmen.html'>Shirts for Boys</option> ");
document.write(" 	<option value='http://www.whatifministries.com/product_shirtsgirl.html'>Shirts for Girls</option> ");
document.write(" </select>  ");
document.write(" </h1> ");
//document.write(" <h3>All prices include standard shipping in the Continental U.S.</h3> ");
document.write(" <span class='text2'>Browse through our products using the dropdown menu above. | <a href='http://www.whatifministries.com/contact_tech.html'>Problems with the Web site?</a></span> ");
document.write(" </form> ");

