function objectFlash(theFile, largeur, hauteur, flashvars )
{
    document.write('<object type=\"application/x-shockwave-flash\" data=\"' + theFile + '\" width=\"' + largeur + '\" height=\"' + hauteur + '\">' +
    ' <param name=\"FlashVars\" value=\"' + flashvars + '\" />' +
    ' <param name=\"movie\" value=\"' + theFile + '\" />' +
    '<param name="wmode" value="transparent" />' +	
    '<param name="quality" value="high" />' +	
    'alt: <p>Hello, I am Keith Jamieson. Jamieson Electrical has a lot to offer the commercial and industrial sector:- from power analysis, machine installations to complete factory electrical infrastructures transformers etc.</p><p>Since 1988 I have headed up a team of electricians who have carried out the complete range of electrical projects, covering rewires, shops, offices, petrol stations, industrial kitchens, sporting venues, CCTV, data systems and large industrial factories.</p><p>We became NICEIC approved in 1991.</p><p>Our philosophy is that \'people buy people\'. By this we mean that Jamieson Electrical has a strong focus on client relations and we believe that communicating with the client face to face is the best way to complete a project efficiently and to also build long term relationships. I am fortunate to work with electricians who embrace this ethos and are proud of the work they carry out.</p><p>I will personally be part of each phase, from the initial enquiry right through to the handover, so you can be assured that the project will be on budget and be completed on time.</p><p>As we have evolved, we specialise in projects that challenge us. Please check out this web site to see how we can help you.</p><p><strong>So if you need an electrician that you can work with throughout your project, please contact me.</strong></p><p><strong>Thank you for your time.</strong></p>' +	
    ' </object>');

}
