function header(x){
	if(x==null||x==""||x==0){
		x="Ipe-Furniture.Com";
	}
	var temp="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"595\" height=\"49\">";
	temp=temp+"<param name=\"movie\" value=\"test.swf?test="+x+"\" />";
	temp=temp+"<param name=\"quality\" value=\"high\" />";
	temp=temp+"<embed src=\"test.swf?test="+x+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"595\" height=\"49\"></embed>";
	temp=temp+"<param name=\"bgcolor\" value=\"#DBCCB5\">";
	temp=temp+"</object>";
	
	document.getElementById("header_div").innerHTML=temp;
//	document.getElementById("header_div").innerHTML="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"595\" height=\"49\"><param name=\"movie\" value=\"test.swf?test="+x+"\" /><param name=\"quality\" value=\"high\" /><embed src=\"test.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"595\" height=\"49\"></embed><param name=\"bgcolor\" value=\"#DBCCB5\"></object>";
}
