function createFlashMarkup(width,height,bgcolor,uri,replaceid){
width=width-2;height=height-2;
var embed ='<embed src="'+uri+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" loop="true" quality="best"></embed>';
document.getElementById(replaceid).innerHTML=embed;
} 
function chkFormular()
  {
   if(document.getElementById("gsname").value == "")
    {
     alert("Bitte geben Sie einen Namen an !");
     document.getElementById("gsname").focus();
     return false;
    }
   }

