$(function(){

$(".dept-list").dcCreate({
	imgPrefix: "/images/rndbox10r-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".jobposition").dcCreate({
	imgPrefix: "/images/rndbox10r-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".dept-list.engr.ffffcc").dcCreate({
	imgPrefix: "/images/ffffcc-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".ffffcc").dcCreate({
	imgPrefix: "/images/ffffcc-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".e5e5e5").dcCreate({
	imgPrefix: "/images/e5e5e5-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".ffcc99").dcCreate({
	imgPrefix: "/images/ffcc99-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".cccc99").dcCreate({
	imgPrefix: "/images/cccc99-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".ffffff").dcCreate({
	imgPrefix: "/images/ffffff-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});


$(".dept-list.finance.ffcc99").dcCreate({
	imgPrefix: "/images/ffcc99-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".dept-list.operations.ccccff").dcCreate({
	imgPrefix: "/images/ccccff-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".dept-list.sales.cccc99").dcCreate({
	imgPrefix: "/images/cccc99-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".sales.cccc99").dcCreate({
	imgPrefix: "/images/cccc99-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});

$(".sitemap-newcat").dcCreate({
	imgPrefix: "/images/e5box-",
	fileType: ".gif",
	expand: 6,
	position: "outside"
});


});


