$$('#side_form .i_fld, #side_form .i_fld_long').invoke('observe','click',function(e){
	if(this.readAttribute('title') == this.readAttribute('value')){
		this.writeAttribute("value","");
	}
});

$$('#side_form .i_fld, #side_form .i_fld_long').invoke('observe','blur',function(e){
	if (this.getValue() == '') {
		this.writeAttribute("value",this.readAttribute("title"));
	}
	
});

$$('#side_form textarea').invoke('observe','click',function(e){
	if(this.readAttribute('title') == this.getValue()){
		this.update("");
	}
});

$$('#side_form textarea').invoke('observe','blur',function(e){
	if(this.readAttribute('title')){
		this.update(this.readAttribute('title'));
	}
});

if($('hdr_flash_6')){
	swfobject.embedSWF("_swf/header/video01.swf", "hdr_flash_6", "584", "330", "10.0.0", {wmode: "transparent"}, "");
}

if($('hdr_flash_10')){
	swfobject.embedSWF("_swf/header/video02.swf", "hdr_flash_10", "584", "330", "10.0.0", {wmode: "transparent"}, "");
}


if($('hdr_flash_4')){
	swfobject.embedSWF("_swf/header/video03.swf", "hdr_flash_4", "584", "330", "10.0.0", {wmode: "transparent"}, "");
}


if($('hdr_flash_3')){
	swfobject.embedSWF("_swf/header/video04.swf", "hdr_flash_3", "584", "330", "10.0.0", {wmode: "transparent"}, "");
}


if($('hdr_flash_2')){
	swfobject.embedSWF("_swf/header/video05.swf", "hdr_flash_2", "584", "330", "10.0.0", {wmode: "transparent"}, "");
}

/*
swfobject.embedSWF($('flashAnimURL').innerHTML, "flashAnim", "1000", "386", "10", "_swf/expressInstall.swf", "", {
    wmode: "transparent"
}, "");
*/
