function menu (image, status, layer) {
	document.getElementById(layer).src = '/inc/gfx/gfx_menu_' + image + '_' + status + '.gif'
}

function popup(url,width,height) {
        unik=new Date();
        unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
        stuff = "toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width= " +width + ", height = " +height
        window.open(url , unik , stuff );
}

