function pop_bild(bildnr,width,height)
{
	newWin = window.open('/bildpop.php?l='+ bildnr+'','bild','width='+ width +',height='+ height +',toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0');
	newWin.focus();
}
function pop_sida(url,sida,width,height)
{
	newWin = window.open(url, sida,'width='+ width +',height='+ height +',toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
	newWin.focus();
}