function gotoproject()	{
    var obj=document.getElementById('selectProject');
    var val=obj.options[obj.selectedIndex].value;
    location.href='../../../projects/year/'+val;
}




function openMap(id)	{

    $('#mapiframe').attr('src','../frontend/pages/mapsiframe.php?id='+id+'');
    //$('#mapiframe').attr('width','500');
    //$('#mapiframe').attr('height','500');

    $("#dialog").dialog( {
        title: 'Google Map',
        closeOnEscape: true,
        draggable: false,
        width: 500,
        height: 400,
        modal: true,
        position: 'center',
        resizable: false
    } );

}
