function Confirm(strQ, strURL)
{
	question = confirm(strQ)
	if (question !="0")
		top.location = strURL
}
