function open_image()
{
window.open(path,'bilde','');
}

function image_on()
{
document.getElementById(pic).style.border="4px solid #F00";
}
function image_off()
{
document.getElementById(pic).style.border="4px solid #000";
}

function open_form()
{
window.open('index.php?pageid=23','_self');
}

