﻿$(document).ready(function () {
    $($("#pageFoto img")[0]).attr("useMap", "#map");
    $("[rel*=prettyPhoto]").prettyPhoto();
});

function clearText() {
    if ($("#in").length > 0 && $("#in").val() =='zoeken')
        $("#in").val('');
}

function setText() {
    if ($("#in").length > 0 && $("#in").val() == '')
        $("#in").val('zoeken');
}
