function showshadow(){
	
	if (parseInt(navigator.appVersion)>3) {
	 if (navigator.appName=="Netscape") {
	  winW = window.innerWidth;
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
	  winW = document.body.offsetWidth+10;
	 }
	}
	
	if((navigator.appVersion)=="4.0 (compatible; MSIE 6.0; Windows NT 5.1)"){
		winW=10;
	}

	
	if(winW>1080){
		document.getElementById('schaduw').style.width='1062px';
	}
	
}






  var coperpplategorthicbold = {
    src: 'copplgothb.swf'
//    src: 'coperpplategorthicbold.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(coperpplategorthicbold);
  sIFR.activate();
  
  sIFR.replace(coperpplategorthicbold, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { background-color:#F5F5F3; font-size:24px; width:400px; text-align: left;}'
    ]
  });