function get_text(option){
	if(option == 1) {var text = 'info¨¯¨almuarib¨_¨com';}
	if(option == 2) {var text = 'sales¨¯¨almuarib¨_¨com';}
	var re= /¨¯¨/gi;text = text.replace(re,'@');
	var re= /¨_¨/gi;text = text.replace(re,'.');
	var the_link="ma" + "ilt" + "o" +":"+text+"?"+"subj"+"ect="+"More"+" info";
	window.location=the_link;
}