//window.onload = function() {
//	var aTextareas = OBJ_getElementsByClassName('fck_textarea', 'textarea');
//	
//	for (var i = 0; i < aTextareas.length; i++) {
//		var oFCKeditor = new FCKeditor( aTextareas[i].id ) ;
//		oFCKeditor.BasePath = "/app_objects/fckeditor/" ;
//		oFCKeditor.ToolbarSet = 'Saillantie' ;
//		oFCKeditor.Config.DefaultLanguage = "en" ;
//		oFCKeditor.Config.ToolbarCanCollapse = false;
//		
//		// If the width and height are set for that textarea then use these values to set the FCK editor.
//		if (aTextareas[i].style.width && aTextareas[i].style.height) {
//			iHeightIncrease = parseInt(aTextareas[i].style.width) < 460 ? 200 : 100;
//			
//			oFCKeditor.Width = (parseInt(aTextareas[i].style.width));
//			oFCKeditor.Height = (parseInt(aTextareas[i].style.height)+iHeightIncrease) ;	// Add 100+ px to the height, this is the menu height.
//		} else {
//			oFCKeditor.Width = '100%' ;
//			oFCKeditor.Height = '300' ;
//		}
//		oFCKeditor.ReplaceTextarea() ;
//	}
//}

function mt(name,domain,subject,body) {
  location.href = 'mailto:' + name + '@' + domain + '?subject=' + subject + '&body=' + body;
}
