	value_f = new Image();
	value_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/value_f.gif";
	value_v = new Image();
	value_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/value_v.gif";

	pplAsst_f = new Image();
	pplAsst_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/pplAsst_f.gif";
	pplAsst_v = new Image();
	pplAsst_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/pplAsst_v.gif";

	funda_f = new Image();
	funda_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/funda_f.gif";
	funda_v = new Image();
	funda_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/funda_v.gif";

	staff_f = new Image();
	staff_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/staff_f.gif";
	staff_v = new Image();
	staff_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/staff_v.gif";

	career_f = new Image();
	career_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/career_f.gif";
	career_v = new Image();
	career_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/career_v.gif";

	smart_f = new Image();
	smart_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/smart_f.gif";
	smart_v = new Image();
	smart_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/smart_v.gif";
	
	icaew_f = new Image();
	icaew_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/icaew_f.gif";
	icaew_v = new Image();
	icaew_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/icaew_v.gif";

	resrcComp_f = new Image();
	resrcComp_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/resrcComp_f.gif";
	resrcComp_v = new Image();
	resrcComp_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/resrcComp_v.gif";

	job_f = new Image();
	job_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/job_f.gif";
	job_v = new Image();
	job_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/job_v.gif";
	
	intern_f = new Image();
	intern_f.src = "http://www.sunway.com.my/sunwaygrp/careers/images/internship1.gif";
	intern_v = new Image();
	intern_v.src = "http://www.sunway.com.my/sunwaygrp/careers/images/internship2.gif";

	
// Preload Img
function MenuOver(IMG) {
	document.images[IMG].src = eval(IMG + "_v.src");
}

function MenuOut(IMG) {
	document.images[IMG].src = eval(IMG + "_f.src");
}
