function em_click(){
	location.href="mailto:info@CargoHD.com";
	return true;
}
function ml_write(){
	document.write('info@CargoHD.com');
}
function ml_hp_write(isrc, iwidth, iheight){
	document.write('<img title="info@CargoHD.com" '+isrc+' '+iwidth+' '+iheight+' border=0>' );
}
