function restore_options() { ....... }
function init() { ....... }
<body onload="init();">
<body onload="init(); restore_options()">