var so1 = new SWFObject("flash/menu.swf","1","821","55","8","");					
so1.addVariable("flashVarText", "this is passed in via FlashVars for example only"); 
// this line is optional, but this example uses the variable and displays this text inside the flash movie
so1.write("flashcontent1");

var so2 = new SWFObject("flash/3.swf","2","400","272","8","");					
so2.addVariable("flashVarText", "this is passed in via FlashVars for example only"); 
// this line is optional, but this example uses the variable and displays this text inside the flash movie
so2.write("flashcontent2");

var so3 = new SWFObject("flash/center.swf","3","281","272","8","");					
so3.addVariable("flashVarText", "this is passed in via FlashVars for example only"); 
// this line is optional, but this example uses the variable and displays this text inside the flash movie
so3.write("flashcontent3");

var so4 = new SWFObject("flash/4.swf","4","173","272","8","");					
so4.addVariable("flashVarText", "this is passed in via FlashVars for example only"); 
// this line is optional, but this example uses the variable and displays this text inside the flash movie
so4.write("flashcontent4");