vernieuwde site brand112.nl
zal ik morgen doen ben niet thuis dus heb het scriptje niet bij de hand
mod-edit::
Bumpen
Bumpen is het na elkaar posten in je eigen topic om hem weer bovenaan in de lijst te krijgen. Bumpen is pas na 24 uur toegestaan. Bij herhaaldelijk bumpen wordt je topic gesloten.
Bumpen is het na elkaar posten in je eigen topic om hem weer bovenaan in de lijst te krijgen. Bumpen is pas na 24 uur toegestaan. Bij herhaaldelijk bumpen wordt je topic gesloten.
Gewijzigd op 01/01/1970 01:00:00 door Mark
1 keer posten is genoeg volgende keer :-p
Mark schreef op 12.12.2006 21:27:
ik had het berichtje geplaatst maar zag hem niet daarom heb ik hem nog een keer geplaatst toen zag ik hem ook niet maar bleek dat hij op de 2de pagina stond en ik had dat niet gezien het zal niet weer gebeuren sorryzal het moren doen ben niet thuis dus heb het scriptje niet bij de hand
mod-edit::
Bumpen
Bumpen is het na elkaar posten in je eigen topic om hem weer bovenaan in de lijst te krijgen. Bumpen is pas na 24 uur toegestaan. Bij herhaaldelijk bumpen wordt je topic gesloten.
Bumpen is het na elkaar posten in je eigen topic om hem weer bovenaan in de lijst te krijgen. Bumpen is pas na 24 uur toegestaan. Bij herhaaldelijk bumpen wordt je topic gesloten.
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
var bBrowserOK; bBrowserOK = 0;if(parseFloat(navigator.appVersion)>=4) if(navigator.appName == 'Microsoft Internet Explorer') bBrowserOK = 1;document.write('<STYLE>');document.write('a.MN9712094 {text-decoration:none; color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;} ');
document.write('a.MN9712094:hover {text-decoration:none; color:#FFFFFF; }');
document.write('a.SMN9712094 {text-decoration:none; color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;} ');
document.write('a.SMN9712094:hover {text-decoration:none; color:#FFFFFF; }');
document.write('table.MT9712094 {background:#000000; border:2 solid #020202; }');
document.write('td.MTD9712094 {padding-left:4; padding-right:4; background:#FF0000; border:0 solid #000000; }');
document.write('.MTI9712094 {color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('.MSI9712094 {color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('</STYLE>');
function OpenMenu(MenuId){ MenuId.style.visibility = 'visible'; }
function CloseMenu(MenuId){ MenuId.style.visibility = 'hidden';}
function HLT9712094(TDId,AId){ TDId.style.background = '#000000'; if(AId) AId.style.color = '#FFFFFF';}
function UHLT9712094(TDId,AId){ TDId.style.background = '#FF0000'; if(AId) AId.style.color = '#000000';}
function THLT9712094(TDId,AId){ TDId.style.background = '#000000'; if(AId) AId.style.color = '#FFFFFF';}
function TUHLT9712094(TDId,AId){ TDId.style.background = '#FF0000'; if(AId) AId.style.color = '#000000';}
function WSBV9712094(MenuId){
document.write('<span id=' + MenuId + ' STYLE="position:absolute; visibility:hidden; zorder:1; ">');
document.write('<table class="MT9712094" cellspacing=0 cellpadding=2 onMouseOut="CloseMenu(' + MenuId + ');" onMouseOver="OpenMenu(' + MenuId + ');">');}
function WSIV9712094(ItemID,ItemName,ItemURL,MenuID,ItemTitle,ItemTarget){
document.write('<tr><td NOWRAP id="X' + ItemID + '" class="MTD9712094" onMouseOver="HLT9712094(X' + ItemID + ',' + ItemID + ');" onMouseOut="UHLT9712094(X' + ItemID + ',' + ItemID + ');">');
document.write('<span NOWRAP><a href="' + ItemURL + '" title="' + ItemTitle + '" class="SMN9712094" target="' + ItemTarget + '" id="' + ItemID + '">' + ItemName + '</a></span></td></tr>');}
function WSFV9712094(ItemID,ItemFree){
document.write('<tr><td NOWRAP id="X' + ItemID + '" class="MTD9712094" onMouseOver="HLT9712094(X' + ItemID + ',' + ItemID + ');" onMouseOut="UHLT9712094(X' + ItemID + ',' + ItemID + ');">');
document.write('<span id="' + ItemID + '" class="MSI9712094" NOWRAP>' + ItemFree + '</span></td></tr>');}
function CloseSubBoxV(){document.write('</table></span>');}
function WTIV9712094(MenuID,MenuName,MenuURL,MenuTitle,MenuTarget){
document.write('<tr id="X' + MenuID + '" onMouseOver="OpenMenu(' + MenuID + ');THLT9712094(X' + MenuID + ',T' + MenuID + ');" onMouseOut="CloseMenu(' + MenuID + ');TUHLT9712094(X' + MenuID + ',T' + MenuID + ');"><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094" ><a id="T' + MenuID + '" href="' + MenuURL + '" title="' + MenuTitle + '" target="' + MenuTarget + '" class="MN9712094">' + MenuName + '</a></span>');
document.write('</td><td> ');}function WTFV9712094(MenuID,MenuFree){
document.write('<tr id="X' + MenuID + '" onMouseOver="OpenMenu(' + MenuID + ');THLT9712094(X' + MenuID + ',T' + MenuID + ');" onMouseOut="CloseMenu(' + MenuID + ');TUHLT9712094(X' + MenuID + ',T' + MenuID + ');"><td ALIGN=LEFT><span id="T' + MenuID + '" STYLE="position:relative;" class="MTI9712094">' + MenuFree + '</span>');
document.write('</td><td> ');}function CloseTopItemV(){document.write('</td></tr>');}
function WTHV9712094(MenuName,MenuURL,MenuTitle,MenuTarget){
document.write('<tr><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094" ><a href="' + MenuURL + '" target="' + MenuTarget + '" title="' + MenuTitle + '" class="MN9712094">' + MenuName + '</a></span>');
document.write('</td><td> </td></tr>');}function WTHFV9712094(MenuName,MenuFree){
document.write('<tr><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094">' + MenuFree + '</span>');
document.write('</td><td> </td></tr>');}document.write('<SPAN NOWRAP STYLE="position:relative; vertical-align:bottom; visibility:visible; background-color:#FF0000; border:2 solid #020202; font-weight: 700; font-family: Verdana; font-size:12px; height:20px">');
document.write('<TABLE cellspacing=0 cellpadding=1 border=0 bgcolor=#FF0000><TR><TD><TABLE cellspacing=0 cellpadding=0 border=0>');if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10199434','Brand112.nl','','','_self');
WSBV9712094('MI_9712094_10199434');
WSIV9712094('MI_9712094_10205090','Home','../index.html','MI_9712094_10199434','','_self');
if(MI_9712094_10205090) MI_9712094_10205090.style.color = '#000000';WSIV9712094('MI_9712094_10182508','Contact','../Brand112.nl/contact.html','MI_9712094_10199434','','_self');
if(MI_9712094_10182508) MI_9712094_10182508.style.color = '#000000';WSIV9712094('MI_9712094_10178219','Copyright','../Brand112.nl/copyright.html','MI_9712094_10199434','','_self');
if(MI_9712094_10178219) MI_9712094_10178219.style.color = '#000000';WSIV9712094('MI_9712094_10206849','F.A.Q','../Brand112.nl/f.a.q.html','MI_9712094_10199434','','_self');
if(MI_9712094_10206849) MI_9712094_10206849.style.color = '#000000';WSIV9712094('MI_9712094_10175278','Gezocht','../Brand112.nl/gezocht.html','MI_9712094_10199434','','_self');
if(MI_9712094_10175278) MI_9712094_10175278.style.color = '#000000';WSIV9712094('MI_9712094_10207599','Gastenboek','../Brand112.nl/gastenboek.html','MI_9712094_10199434','','_self');
if(MI_9712094_10207599) MI_9712094_10207599.style.color = '#000000';WSIV9712094('MI_9712094_10209214','Linkpagina','../Brand112.nl/linkpagina.html','MI_9712094_10199434','','_self');
if(MI_9712094_10209214) MI_9712094_10209214.style.color = '#000000';WSIV9712094('MI_9712094_10189879','Meewerken','../Brand112.nl/meewerken.html','MI_9712094_10199434','','_self');
if(MI_9712094_10189879) MI_9712094_10189879.style.color = '#000000';WSIV9712094('MI_9712094_10203788','Nieuwstips','../Brand112.nl/nieuwstips.html','MI_9712094_10199434','','_self');
if(MI_9712094_10203788) MI_9712094_10203788.style.color = '#000000';WSIV9712094('MI_9712094_10198654','P2000 monitor','../Brand112.nl/p2000monitor.html','MI_9712094_10199434','','_self');
if(MI_9712094_10198654) MI_9712094_10198654.style.color = '#000000';WSIV9712094('MI_9712094_10189849','Sitemap','../Brand112.nl/sitemap.html','MI_9712094_10199434','','_self');
if(MI_9712094_10189849) MI_9712094_10189849.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Brand112.nl','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10207919','Brandpreventie','','','_self');
WSBV9712094('MI_9712094_10207919');
WSIV9712094('MI_9712094_10191974','Brandpreventie','../Brandpreventie/brandpreventie.html','MI_9712094_10207919','','_self');
if(MI_9712094_10191974) MI_9712094_10191974.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Brandpreventie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10178203','Communicatie','','','_self');
WSBV9712094('MI_9712094_10178203');
WSIV9712094('MI_9712094_10184116','Afkortingen P2000','../Communicatie/afkortingenp2000.html','MI_9712094_10178203','','_self');
if(MI_9712094_10184116) MI_9712094_10184116.style.color = '#000000';WSIV9712094('MI_9712094_10201199','Capcodes','../Communicatie/capcodes.html','MI_9712094_10178203','','_self');
if(MI_9712094_10201199) MI_9712094_10201199.style.color = '#000000';WSIV9712094('MI_9712094_10184089','Informatie C / P2000','../Communicatie/informatiecp2000.html','MI_9712094_10178203','','_self');
if(MI_9712094_10184089) MI_9712094_10184089.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Communicatie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10177977','Kinderen','','','_self');
WSBV9712094('MI_9712094_10177977');
WSIV9712094('MI_9712094_10205363','Games','../Kinderen/games.html','MI_9712094_10177977','','_self');
if(MI_9712094_10205363) MI_9712094_10205363.style.color = '#000000';WSIV9712094('MI_9712094_10186198','Kinderen & De Hulpverlening','../Kinderen/kinderen&dehulpverlening.html','MI_9712094_10177977','','_self');
if(MI_9712094_10186198) MI_9712094_10186198.style.color = '#000000';WSIV9712094('MI_9712094_10177656','Kleurplaten','../Kinderen/kleurplaten.html','MI_9712094_10177977','','_self');
if(MI_9712094_10177656) MI_9712094_10177656.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Kinderen','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10176688','Hulpdiensten','','','_self');
WSBV9712094('MI_9712094_10176688');
WSIV9712094('MI_9712094_10193440','Ambulance','../Hulpdiensten/ambulance.html','MI_9712094_10176688','','_self');
if(MI_9712094_10193440) MI_9712094_10193440.style.color = '#000000';WSIV9712094('MI_9712094_10194441','Brandweer','../Hulpdiensten/brandweer.html','MI_9712094_10176688','','_self');
if(MI_9712094_10194441) MI_9712094_10194441.style.color = '#000000';WSIV9712094('MI_9712094_10167539','Dierenhulpverlening','../Hulpdiensten/dierenhulpverlening.html','MI_9712094_10176688','','_self');
if(MI_9712094_10167539) MI_9712094_10167539.style.color = '#000000';WSIV9712094('MI_9712094_10176637','Kazerne\'s','../kazernes.html','MI_9712094_10176688','','_self');
if(MI_9712094_10176637) MI_9712094_10176637.style.color = '#000000';WSIV9712094('MI_9712094_10174096','Meldkamer','../Hulpdiensten/meldkamer.html','MI_9712094_10176688','','_self');
if(MI_9712094_10174096) MI_9712094_10174096.style.color = '#000000';WSIV9712094('MI_9712094_10174522','Overigen','../Hulpdiensten/overigen.html','MI_9712094_10176688','','_self');
if(MI_9712094_10174522) MI_9712094_10174522.style.color = '#000000';WSIV9712094('MI_9712094_10190297','Politie','../Hulpdiensten/politie.html','MI_9712094_10176688','','_self');
if(MI_9712094_10190297) MI_9712094_10190297.style.color = '#000000';WSIV9712094('MI_9712094_10196843','Rode Kruis & E.H.B.O','../Hulpdiensten/rodekruis&e.h.b.o.html','MI_9712094_10176688','','_self');
if(MI_9712094_10196843) MI_9712094_10196843.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Hulpdiensten','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10202134','Informatie','','','_self');
WSBV9712094('MI_9712094_10202134');
WSIV9712094('MI_9712094_10180285','Adresboek','../Informatie/adresboek.html','MI_9712094_10202134','','_self');
if(MI_9712094_10180285) MI_9712094_10180285.style.color = '#000000';WSIV9712094('MI_9712094_10165602','Veiligheid','../Informatie/veiligheid.html','MI_9712094_10202134','','_self');
if(MI_9712094_10165602) MI_9712094_10165602.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Informatie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10177463','Nieuws','','','_self');
WSBV9712094('MI_9712094_10177463');
WSIV9712094('MI_9712094_10173901','Site nieuws','../Nieuws/sitenieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10173901) MI_9712094_10173901.style.color = '#000000';WSIV9712094('MI_9712094_10174778','Brandweer nieuws','../Nieuws/brandweernieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10174778) MI_9712094_10174778.style.color = '#000000';WSIV9712094('MI_9712094_10209274','Politie nieuws','../Nieuws/politienieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10209274) MI_9712094_10209274.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Nieuws','','','_self');
document.write('</table></td></tr>');
document.write('</table></SPAN>');
document.write('a.MN9712094:hover {text-decoration:none; color:#FFFFFF; }');
document.write('a.SMN9712094 {text-decoration:none; color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;} ');
document.write('a.SMN9712094:hover {text-decoration:none; color:#FFFFFF; }');
document.write('table.MT9712094 {background:#000000; border:2 solid #020202; }');
document.write('td.MTD9712094 {padding-left:4; padding-right:4; background:#FF0000; border:0 solid #000000; }');
document.write('.MTI9712094 {color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('.MSI9712094 {color:#000000; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('</STYLE>');
function OpenMenu(MenuId){ MenuId.style.visibility = 'visible'; }
function CloseMenu(MenuId){ MenuId.style.visibility = 'hidden';}
function HLT9712094(TDId,AId){ TDId.style.background = '#000000'; if(AId) AId.style.color = '#FFFFFF';}
function UHLT9712094(TDId,AId){ TDId.style.background = '#FF0000'; if(AId) AId.style.color = '#000000';}
function THLT9712094(TDId,AId){ TDId.style.background = '#000000'; if(AId) AId.style.color = '#FFFFFF';}
function TUHLT9712094(TDId,AId){ TDId.style.background = '#FF0000'; if(AId) AId.style.color = '#000000';}
function WSBV9712094(MenuId){
document.write('<span id=' + MenuId + ' STYLE="position:absolute; visibility:hidden; zorder:1; ">');
document.write('<table class="MT9712094" cellspacing=0 cellpadding=2 onMouseOut="CloseMenu(' + MenuId + ');" onMouseOver="OpenMenu(' + MenuId + ');">');}
function WSIV9712094(ItemID,ItemName,ItemURL,MenuID,ItemTitle,ItemTarget){
document.write('<tr><td NOWRAP id="X' + ItemID + '" class="MTD9712094" onMouseOver="HLT9712094(X' + ItemID + ',' + ItemID + ');" onMouseOut="UHLT9712094(X' + ItemID + ',' + ItemID + ');">');
document.write('<span NOWRAP><a href="' + ItemURL + '" title="' + ItemTitle + '" class="SMN9712094" target="' + ItemTarget + '" id="' + ItemID + '">' + ItemName + '</a></span></td></tr>');}
function WSFV9712094(ItemID,ItemFree){
document.write('<tr><td NOWRAP id="X' + ItemID + '" class="MTD9712094" onMouseOver="HLT9712094(X' + ItemID + ',' + ItemID + ');" onMouseOut="UHLT9712094(X' + ItemID + ',' + ItemID + ');">');
document.write('<span id="' + ItemID + '" class="MSI9712094" NOWRAP>' + ItemFree + '</span></td></tr>');}
function CloseSubBoxV(){document.write('</table></span>');}
function WTIV9712094(MenuID,MenuName,MenuURL,MenuTitle,MenuTarget){
document.write('<tr id="X' + MenuID + '" onMouseOver="OpenMenu(' + MenuID + ');THLT9712094(X' + MenuID + ',T' + MenuID + ');" onMouseOut="CloseMenu(' + MenuID + ');TUHLT9712094(X' + MenuID + ',T' + MenuID + ');"><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094" ><a id="T' + MenuID + '" href="' + MenuURL + '" title="' + MenuTitle + '" target="' + MenuTarget + '" class="MN9712094">' + MenuName + '</a></span>');
document.write('</td><td> ');}function WTFV9712094(MenuID,MenuFree){
document.write('<tr id="X' + MenuID + '" onMouseOver="OpenMenu(' + MenuID + ');THLT9712094(X' + MenuID + ',T' + MenuID + ');" onMouseOut="CloseMenu(' + MenuID + ');TUHLT9712094(X' + MenuID + ',T' + MenuID + ');"><td ALIGN=LEFT><span id="T' + MenuID + '" STYLE="position:relative;" class="MTI9712094">' + MenuFree + '</span>');
document.write('</td><td> ');}function CloseTopItemV(){document.write('</td></tr>');}
function WTHV9712094(MenuName,MenuURL,MenuTitle,MenuTarget){
document.write('<tr><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094" ><a href="' + MenuURL + '" target="' + MenuTarget + '" title="' + MenuTitle + '" class="MN9712094">' + MenuName + '</a></span>');
document.write('</td><td> </td></tr>');}function WTHFV9712094(MenuName,MenuFree){
document.write('<tr><td ALIGN=LEFT><span STYLE="position:relative;" class="MTI9712094">' + MenuFree + '</span>');
document.write('</td><td> </td></tr>');}document.write('<SPAN NOWRAP STYLE="position:relative; vertical-align:bottom; visibility:visible; background-color:#FF0000; border:2 solid #020202; font-weight: 700; font-family: Verdana; font-size:12px; height:20px">');
document.write('<TABLE cellspacing=0 cellpadding=1 border=0 bgcolor=#FF0000><TR><TD><TABLE cellspacing=0 cellpadding=0 border=0>');if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10199434','Brand112.nl','','','_self');
WSBV9712094('MI_9712094_10199434');
WSIV9712094('MI_9712094_10205090','Home','../index.html','MI_9712094_10199434','','_self');
if(MI_9712094_10205090) MI_9712094_10205090.style.color = '#000000';WSIV9712094('MI_9712094_10182508','Contact','../Brand112.nl/contact.html','MI_9712094_10199434','','_self');
if(MI_9712094_10182508) MI_9712094_10182508.style.color = '#000000';WSIV9712094('MI_9712094_10178219','Copyright','../Brand112.nl/copyright.html','MI_9712094_10199434','','_self');
if(MI_9712094_10178219) MI_9712094_10178219.style.color = '#000000';WSIV9712094('MI_9712094_10206849','F.A.Q','../Brand112.nl/f.a.q.html','MI_9712094_10199434','','_self');
if(MI_9712094_10206849) MI_9712094_10206849.style.color = '#000000';WSIV9712094('MI_9712094_10175278','Gezocht','../Brand112.nl/gezocht.html','MI_9712094_10199434','','_self');
if(MI_9712094_10175278) MI_9712094_10175278.style.color = '#000000';WSIV9712094('MI_9712094_10207599','Gastenboek','../Brand112.nl/gastenboek.html','MI_9712094_10199434','','_self');
if(MI_9712094_10207599) MI_9712094_10207599.style.color = '#000000';WSIV9712094('MI_9712094_10209214','Linkpagina','../Brand112.nl/linkpagina.html','MI_9712094_10199434','','_self');
if(MI_9712094_10209214) MI_9712094_10209214.style.color = '#000000';WSIV9712094('MI_9712094_10189879','Meewerken','../Brand112.nl/meewerken.html','MI_9712094_10199434','','_self');
if(MI_9712094_10189879) MI_9712094_10189879.style.color = '#000000';WSIV9712094('MI_9712094_10203788','Nieuwstips','../Brand112.nl/nieuwstips.html','MI_9712094_10199434','','_self');
if(MI_9712094_10203788) MI_9712094_10203788.style.color = '#000000';WSIV9712094('MI_9712094_10198654','P2000 monitor','../Brand112.nl/p2000monitor.html','MI_9712094_10199434','','_self');
if(MI_9712094_10198654) MI_9712094_10198654.style.color = '#000000';WSIV9712094('MI_9712094_10189849','Sitemap','../Brand112.nl/sitemap.html','MI_9712094_10199434','','_self');
if(MI_9712094_10189849) MI_9712094_10189849.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Brand112.nl','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10207919','Brandpreventie','','','_self');
WSBV9712094('MI_9712094_10207919');
WSIV9712094('MI_9712094_10191974','Brandpreventie','../Brandpreventie/brandpreventie.html','MI_9712094_10207919','','_self');
if(MI_9712094_10191974) MI_9712094_10191974.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Brandpreventie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10178203','Communicatie','','','_self');
WSBV9712094('MI_9712094_10178203');
WSIV9712094('MI_9712094_10184116','Afkortingen P2000','../Communicatie/afkortingenp2000.html','MI_9712094_10178203','','_self');
if(MI_9712094_10184116) MI_9712094_10184116.style.color = '#000000';WSIV9712094('MI_9712094_10201199','Capcodes','../Communicatie/capcodes.html','MI_9712094_10178203','','_self');
if(MI_9712094_10201199) MI_9712094_10201199.style.color = '#000000';WSIV9712094('MI_9712094_10184089','Informatie C / P2000','../Communicatie/informatiecp2000.html','MI_9712094_10178203','','_self');
if(MI_9712094_10184089) MI_9712094_10184089.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Communicatie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10177977','Kinderen','','','_self');
WSBV9712094('MI_9712094_10177977');
WSIV9712094('MI_9712094_10205363','Games','../Kinderen/games.html','MI_9712094_10177977','','_self');
if(MI_9712094_10205363) MI_9712094_10205363.style.color = '#000000';WSIV9712094('MI_9712094_10186198','Kinderen & De Hulpverlening','../Kinderen/kinderen&dehulpverlening.html','MI_9712094_10177977','','_self');
if(MI_9712094_10186198) MI_9712094_10186198.style.color = '#000000';WSIV9712094('MI_9712094_10177656','Kleurplaten','../Kinderen/kleurplaten.html','MI_9712094_10177977','','_self');
if(MI_9712094_10177656) MI_9712094_10177656.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Kinderen','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10176688','Hulpdiensten','','','_self');
WSBV9712094('MI_9712094_10176688');
WSIV9712094('MI_9712094_10193440','Ambulance','../Hulpdiensten/ambulance.html','MI_9712094_10176688','','_self');
if(MI_9712094_10193440) MI_9712094_10193440.style.color = '#000000';WSIV9712094('MI_9712094_10194441','Brandweer','../Hulpdiensten/brandweer.html','MI_9712094_10176688','','_self');
if(MI_9712094_10194441) MI_9712094_10194441.style.color = '#000000';WSIV9712094('MI_9712094_10167539','Dierenhulpverlening','../Hulpdiensten/dierenhulpverlening.html','MI_9712094_10176688','','_self');
if(MI_9712094_10167539) MI_9712094_10167539.style.color = '#000000';WSIV9712094('MI_9712094_10176637','Kazerne\'s','../kazernes.html','MI_9712094_10176688','','_self');
if(MI_9712094_10176637) MI_9712094_10176637.style.color = '#000000';WSIV9712094('MI_9712094_10174096','Meldkamer','../Hulpdiensten/meldkamer.html','MI_9712094_10176688','','_self');
if(MI_9712094_10174096) MI_9712094_10174096.style.color = '#000000';WSIV9712094('MI_9712094_10174522','Overigen','../Hulpdiensten/overigen.html','MI_9712094_10176688','','_self');
if(MI_9712094_10174522) MI_9712094_10174522.style.color = '#000000';WSIV9712094('MI_9712094_10190297','Politie','../Hulpdiensten/politie.html','MI_9712094_10176688','','_self');
if(MI_9712094_10190297) MI_9712094_10190297.style.color = '#000000';WSIV9712094('MI_9712094_10196843','Rode Kruis & E.H.B.O','../Hulpdiensten/rodekruis&e.h.b.o.html','MI_9712094_10176688','','_self');
if(MI_9712094_10196843) MI_9712094_10196843.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Hulpdiensten','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10202134','Informatie','','','_self');
WSBV9712094('MI_9712094_10202134');
WSIV9712094('MI_9712094_10180285','Adresboek','../Informatie/adresboek.html','MI_9712094_10202134','','_self');
if(MI_9712094_10180285) MI_9712094_10180285.style.color = '#000000';WSIV9712094('MI_9712094_10165602','Veiligheid','../Informatie/veiligheid.html','MI_9712094_10202134','','_self');
if(MI_9712094_10165602) MI_9712094_10165602.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Informatie','','','_self');
if(bBrowserOK==1) {
WTIV9712094('MI_9712094_10177463','Nieuws','','','_self');
WSBV9712094('MI_9712094_10177463');
WSIV9712094('MI_9712094_10173901','Site nieuws','../Nieuws/sitenieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10173901) MI_9712094_10173901.style.color = '#000000';WSIV9712094('MI_9712094_10174778','Brandweer nieuws','../Nieuws/brandweernieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10174778) MI_9712094_10174778.style.color = '#000000';WSIV9712094('MI_9712094_10209274','Politie nieuws','../Nieuws/politienieuws.html','MI_9712094_10177463','','_self');
if(MI_9712094_10209274) MI_9712094_10209274.style.color = '#000000';CloseSubBoxV();
CloseTopItemV();
}
else
WTHV9712094('Nieuws','','','_self');
document.write('</table></td></tr>');
document.write('</table></SPAN>');
Gewijzigd op 01/01/1970 01:00:00 door Mark
Quote:
Wij wensen iedereen fijne kerstdagen en een voorspeodig 2007 toe !!!
SanThe schreef op 13.12.2006 18:37:
weet ik al ik moet het nog veranderen iedereen snapt het en het gaat om het ideeVan de site geplukt:
Quote:
Wij wensen iedereen fijne kerstdagen en een voorspeodig 2007 toe !!!
Gewijzigd op 01/01/1970 01:00:00 door Mark
Mark schreef op 13.12.2006 18:34:
dit is het stukje menu code
Stukje....
wat dacht je van
Code (php)
1
2
3
4
5
6
2
3
4
5
6
<ul>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<ul>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<ul>
en dan nog een beetje stylen met css ul css menu
Hij wil een iets ander menu...
Uitklap enzo.
Dit is toch wel iets simpeler wat jij voorstelt...
Luke Banning schreef op 13.12.2006 19:10:
Arjan
Hij wil een iets ander menu...
Uitklap enzo.
Dit is toch wel iets simpeler wat jij voorstelt...
Hij wil een iets ander menu...
Uitklap enzo.
Dit is toch wel iets simpeler wat jij voorstelt...
het menu moet precies hetzelfde werken maar het moet wel werken in fire fox mvg mark
Arian schreef op 13.12.2006 19:08:
Stukje....
wat dacht je van
en dan nog een beetje stylen met css ul css menu
Mark schreef op 13.12.2006 18:34:
dit is het stukje menu code
Stukje....
wat dacht je van
Code (php)
1
2
3
4
5
6
2
3
4
5
6
<ul>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<ul>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<li><a href="pagina.html">Paginanaam</a></li>
<ul>
en dan nog een beetje stylen met css ul css menu
Arjan dit is inderdaad een goed idee maar ik heb teveel pagina's dus moet het wel uitklap zijn. mvg mark