function SletLink(I,D)
{
Text = "Vil du slette dette link\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletLink&ID="+I;
}
}

function SletTeam(I,D)
{
Text = "Vil du slette dette teammedlem\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletTeam&ID="+I;
}
}

function SletVideo(I,D,A)
{
Text = "Vil du slette denne Video\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletVideo&ID="+I+"&Aar="+A;
}
}

function SletResultat(I,D,A)
{
Text = "Vil du slette dette resultat\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletResultat&ID="+I+"&Aar="+A;
}
}

function SletMateriel(I,D)
{
Text = "Vil du slette dette punkt\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletMateriel&ID="+I;
}
}

function SletNyhed(I,D)
{
Text = "Vil du slette dette punkt\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletNyhed&ID="+I;
}
}

function SletBilledSerie(I,D,A)
{
Text = "Vil du slette denne billedserie\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletBilledserie&ID="+I+"&Aar="+A;
}
}

function SletBillede(I,D,A)
{
Text = "Vil du slette dette billede\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletBillede&ID="+I+"&Aar="+A+"&Navn="+D;
}
}

function SletKalender(I,D)
{
Text = "Vil du slette dette Kalenderpunkt\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletKalender&ID="+I;
}
}

function SletSponsor(I,D)
{
Text = "Vil du slette denne Sponsor\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletSponsor&ID="+I;
}
}

function SletForside(D)
{
Text = "Vil du slette dette Billede\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletForside&Navn="+D;
}
}

function SletDebat(I,D)
{
Text = "Vil du slette dette Inlæg fra\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletDebat&ID="+I;
}
}

function SletMailliste(I,D)
{
Text = "Vil du slette denne mail\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletMailliste&ID="+I;
}
}

function SletAdgang(I,D)
{
Text = "Vil du slette denne bruger\n\n"+D;
S = confirm(Text);
if(S)
{
 window.location = "default.asp?Mode=SletAdgang&ID="+I;
}
}

