// Universelle PopUp Funktion

function openShop()
{
helpwindow = window.open("http://www.webmart.de/wmshop.cfm?id=49577","NgoboShop","width=750, height=600, left=25, top=25, resizable=yes, menubar=no, scrollbars=yes");
helpwindow.focus();
return false;
}

function openShop2()
{
helpwindow = window.open("http://www.regioactive.de/extartistshop.html?id=173","NgoboShop","width=750, height=600, left=25, top=25, resizable=yes, menubar=no, scrollbars=yes");
helpwindow.focus();
return false;
}

function openGuestbook()
{
helpwindow = window.open("http://276125.multiguestbook.com/","NgoboGuestbook","width=750, height=600, left=25, top=25, resizable=yes, menubar=no, scrollbars=yes");
helpwindow.focus();
return false;
}
