
function confirme(fwd,msg)
{if(confirm(msg))
{window.parent.document.location.href=fwd;}}