// JavaScript Document
//var isPrint = GetQueryValue(location.search.toLowerCase(),'jsprint');
//var globalPath = '/en/';
//var globalImgPath = '/images/';

//Global Setting

	window.status = 'Welcome to Midas International Holdings Limited Website';
	document.title = '勤達集團國際有限公司';


//Layout Setting

function Copyright(){
	var htmlStr = '';

	htmlStr = '<img name="copyright" src="c_images/copyright.gif" width="242" height="14">';

	return htmlStr;

}