// JavaScript Document
function showChart(){
if(typeof(guide)=="undefined"){alert('variabele mist');return;}
if(typeof(revid)=="undefined"){alert('variabele mist');return;}
var imguri='http://media.allebedrijveninnederland.nl/tools/review/short/';
document.write('<table width=200 border=0 cellspacing=0 cellpadding=0 style="border: 2px solid #999999;"><tr><td style="cursor:default;background:url('+imguri+'tool1_top.gif); color:#FFFFFF; font: bold 19px Arial;" height="29" align="center" valign="middle">Kwaliteitsmeter</td></tr>');
document.write('<tr><td><iframe src="http://www.allebedrijvenin'+guide+'.nl/static/reviewchart-'+revid+'.html" frameborder="0" border="0" framespacing="0" framepadding="0" scrolling="no" width="198" height="200"></iframe></td></tr>');
document.write('<tr><td style="background:#003366;font:9px Verdana;color:#ffffff;cursor:default;" height="20" align="center" valign="middle">powered by :<br><a href="http://www.allebedrijvenin'+guide+'.nl" target="_blank" title="Bezoek de lokale bedrijvengids" style="color:#FFFFFF; font: 9px verdana;">allebedrijvenin'+guide+'.nl</a></td></tr></table>');
}

function showChart170(){
if(typeof(guide)=="undefined"){alert('variabele mist');return;}
if(typeof(revid)=="undefined"){alert('variabele mist');return;}
var imguri='http://media.allebedrijveninnederland.nl/tools/review/short/';
document.write('<table width=130 border=0 cellspacing=0 cellpadding=0 style="border: 1px solid #333333;"><tr><td>');
document.write('<table width=128 border=0 cellspacing=0 cellpadding=0 style="border: 1px solid #FFFFFF;background:#ECE9D8;"><tr>');
document.write('<td style="cursor:default;background:url('+imguri+'tool1_top.gif); color:#FFFFFF; font: bold 13px Arial;" height="24" align="center" valign="middle">Kwaliteitsmeter</td></tr>');
document.write('<tr><td style="cursor:default;background:#ECE9D8;"><iframe src="http://www.allebedrijvenin'+guide+'.nl/static/reviewchart170-'+revid+'.html" frameborder="0" border="0" framespacing="0" framepadding="0" scrolling="no" width="128" height="300"></iframe></td></tr>');
document.write('</table></td></tr><tr><td style="background:#336699;font:9px Verdana;color:#FFFFFF;cursor:default;padding:4px 0px;font-weight:bold;" align=center>powered by :<br><a href="http://www.allebedrijvenin'+guide+'.nl" target="_blank" title="Bezoek de lokale bedrijvengids" style="color:#FFFFFF; font: 9px verdana;">allebedrijvenin</a></table>');
}