function bildton()
{
sw = (screen.width-500)/2;
sh = (screen.height-500)/2;
window.open('bildton.htm','','width=500,height=500,left='+sw+',top='+sh+',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}
