﻿
function OpenPics(url, iwidth, iheight)
{
	window.open(url,"afbeelding","width="+iwidth+",height="+iheight+",left=125,top=100");
}

function addbookmark(bookmarkurl, bookmarktitle) 
{ 
bookmarkurl="@CurLink@" 
bookmarktitle="@browser_title@" 
if (document.all) 
window.external.AddFavorite(bookmarkurl,bookmarktitle) 
} 

function openFotoBoek(url)
{
    window.open(url, 'Fotoboek', 'height=600,width=600', false);
}

