// JavaScript Document
function pro()
{
	if (document.product.p.value!="")
	var URL = document.product.p.value;
	window.location.href = URL;
//	window.location(document.zeepro.s.value)
}