/*
* File Name    :terrachips.js
* Dependencies :core.js
*/

function enlargeImage(URLStr) {
	popUpWindowCentered(URLStr,630,640,"yes");
}

function viewRecipe(URLStr) {
	popUpWindowCentered(URLStr,600,583,"yes");
}

function viewFirePit(URLStr) {
	popUpWindowCentered(URLStr,800,583,"yes");
}

function viewFirePitRules(URLStr) {
	popUpWindowCentered(URLStr,800,583,"yes");
}

function goProduct()
{
	box = document.productList.productnav;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
