$(document).ready(function(){
	if($('#flash-imaging-pro').get(0)){
		$('#flash-imaging-pro').flash(
			{src:'http://www.cpacasia.com/older/swf_files/imaging.swf'},
			{version: '8'}
		).css("margin", "10px");
	}
	if($('#flash-imaging-home').get(0)){
		$('#flash-imaging-home').flash(
			{src:'http://www.cpacasia.com/older/swf_files/cip_home_plugin.swf', width:587, height:135},
			{version: '8'}
		).css("margin", "10px");
	}
	if($('#flash-gallery-pro').get(0)){
		$('#flash-gallery-pro').flash(
			{src:'http://www.cpacasia.com/older/swf_files/cgp_slide.swf', width:450, height:217},
			{version: '8'}
		).css("margin", "10px");
	}
	
	if($('#flash-pba-system').get(0)){
		$('#flash-pba-system').flash(
			{src:'http://www.cpacasia.com/older/swf_files/PBA_System.swf', width:352, height:278},
			{version: '8'}
		).css("margin", "10px");
	}
	if($('#flash-dry-box').get(0)){
		$('#flash-dry-box').flash(
			{src:'http://www.cpacasia.com/older/swf_files/largedrybox.swf', width:365, height:206},
			{version: '8'}
		).css("margin", "10px");
	}
});

