

function openWin(url)
{
props= 'width=400,height=425,scrollbars=no,scroll=no,focus=yes';
popup = window.open(url,'gbuddypop', props);
}

function find()
{

openWin('find.html');
}

function video()
{
openWin('video.html');
}

function define()
{
openWin('define.html');
}

function contacts()
{
window.open('http://agent003.ecreation.nl/google/dev/','gbuddypop', 'width=530,height=580,scrollbars=no,scroll=no,focus=yes');
}

function maps()
{
openWin('maps.html');
}

function image()
{
openWin('image.html');
}


function group()
{
openWin('group.html');
}


function news()
{
openWin('news.html');
}

function directions()
{
openWin('directions.html');
}

function code()
{
openWin('code.html');
}

function transit()
{
openWin('transit.html');
}