function del_conf(wto)
{
var name=confirm("Delete me?")
if (name==true)
{
window.location = wto
}
}