/* Advansys miscellaneous javascript website specific functions */
function EmbedFlash(swf, height, width){
// Main Flash animation - XHTML 1.0 compliant workaround for IE and Firefox (write as javascript rather then embed HTML))
document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+swf+'"/>');
document.write('</object>');	
}
function EmbedFlashwbg(swf, height, width){
// Main Flash animation - XHTML 1.0 compliant workaround for IE and Firefox (write as javascript rather then embed HTML))
document.write('<object type="application/x-shockwave-flash"  data="'+swf+'"  width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+swf+'"/>');
//document.write('<param name="wmode" value="transparent"/>');
document.write('</object>');	
}
function ShowMap(MapURL,PostCode){
window.open(MapURL+'&pc='+PostCode,'map','width=700, height=500, scrollbars=yes, location=no, status=yes');
}
