function lsklive() 
{
	window.open("live.asp","","width=330,height=700,left=50,top=50,scrollbars=yes,resizable=no");
}

function popup(url)
{
	window.open(url,"","width=560,height=650,scrollbars=1");
}

function delete_q(URL) 
{ 
if(confirm("Är du säker på att du vill radera posten?")) 
     { 
     window.location = URL 
     } 
} 

function mail_q(URL) 
{ 
if(confirm("Är du säker på att du vill maila dokumentet till alla mottagare i maillistan?")) 
     { 
     window.location = URL 
     } 
} 

