
function popup(page,w,h) {
	dspl=window.open(page,'INTERNATE','width='+w+',height='+h+',resizable=no,status=0,menubar=1,scrollbars=yes,top=20,left=5')


}

function popGbook(){
f=window.open("../gbook/index.php", "Gästebuch", "width=770,height=600,left=0,top=0,menubar=no,scrollbars=yes");
}


