
function loadurl(url)
{
document.location.href=url
}
function quest(url,qq)
{
if (confirm(qq))
document.location.href=url
}