
function show_popup(imageurl)
{
    window.open(imageurl,"popup")    
}

function show_popup_template(imageurl)
{
//   return context.bildevisning
    alert("Enter into popup_template");  
    window.open(imageurl,"popup")      
    
}