// JavaScript Document
function delaction(text,url)
{
if(confirm(text)){location=url}
}   
