
	function Dat(){
					url = "../Channels/bewtunisie/Templates/Template_Business_News/asp/bew.ajax.asp?";
					url = url + "Action=Dat&"
					getserverresponse(url,2);
	}


	function getserverresponse(strURL,type,param) {
					var inst = '';
					inst = 'var xmlHttpReq'+type+'=false;';
					eval(inst) ;
					var self = this;
					// Mozilla/Safari
					if (window.XMLHttpRequest) 
					{
						self.eval('xmlHttpReq'+type+'= new XMLHttpRequest()');
					}
					// IE
					else if (window.ActiveXObject) {
						self.eval('xmlHttpReq'+type+'= new ActiveXObject("Microsoft.XMLHTTP")') ;
					}
					self.eval('xmlHttpReq'+type).open('POST', strURL, true);
					//alert(strURL);
					self.eval('xmlHttpReq'+type).setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
					self.eval('xmlHttpReq'+type).onreadystatechange = function()
					{
						if (self.eval('xmlHttpReq'+type).readyState == 4) 
						{
							var gridcontent;
									if(type==1){
										retour = self.eval('xmlHttpReq'+type).responseText;
										//document.getElementById('affiche1').innerHTML = retour;
										//document.getElementById('articleGd1-1').className = 'affiche-gd1';	
										//alert (retour);
												}
									if(type==2){
										retour = self.eval('xmlHttpReq'+type).responseText;
										document.getElementById('date').innerHTML = retour;
										//document.getElementById('articleGd1-1').className = 'affiche-gd1';	
										//alert (retour);
												}

										
						}
					 }
					self.eval('xmlHttpReq'+type).send(strURL);
	}

function Send(){
 	var Article=document.getElementById('msg').value;
 	var Titre=document.getElementById('sujet').value;
 	//var Tit=Title;
	var Mail = document.getElementById('mail').value;
	var nom = document.getElementById('nom').value;
	var Mail_des = "mail@dmc.com.tn";
	//alert(Titre);
	//alert(ID);
	//alert(Article);
	//alert(Mail);
		//var sURL = 'SendArticleAction.asp?article='+Article+'&mail='+Mail;
		//alert(Mail_des);
	//	SendPost (sURL);
goToPage("SendContact_Business.asp?=&article=" + Article + "&mail=" + Mail+ "&Nom=" + nom + "&Mail_des=" + Mail_des + "&Titre=" + Titre)
}
function Sendarticle(){
 	var Article="";
 	var Titre="";
 	//var Tit=Title;
	var Mail_des = document.getElementById('mail').value;
	var nom = document.getElementById('nom').value;
	var mailexp = document.getElementById('mailexp').value;
	var textmessage = document.getElementById('textmessage').value;
	var Mail = "mail@dmc.com.tn";
	//alert(Titre);
	//alert(ID);
	//alert(Article);
	//alert(Mail);
		//var sURL = 'SendArticleAction.asp?article='+Article+'&mail='+Mail;
		//alert(Mail_des);
	//	SendPost (sURL);
goToPage("SendArticleAction_Business.asp?=&article=" + Article + "&mail=" + Mail+ "&Nom=" + nom + "&Mail_des=" + Mail_des + "&Titre=" + Titre+"&textmessage="+textmessage+"&mailexp="+mailexp);
}

var currentSize = 10;
var minSize = 10;
var maxSize = 36;


function goToPage(url)
{
	if (url != "")
		window.open(url,'windowbis',
'width=350,height=150,screenX=100,screenY=100,top=100,left=100')
}
function changeTaille(taille) {
 currentSize += taille;
currentSize = (currentSize<minSize) ? minSize : ((currentSize>maxSize) ? maxSize : currentSize);

// if (document.all)
// document.all.centre.style.setAttribute('font-size', (currentSize/10)+'em');
// else

//alert("D1");
 //if (document.getElementById('Lire_Article'))
 //document.getElementById('description').style.fontSize = currentSize+'px';
 	document.getElementById('bloc01content').style.fontSize = currentSize+'px';
	document.getElementById('label').style.fontSize = currentSize+'px';
	document.getElementById('Titre').style.fontSize = currentSize+'px';
	//document.getElementById('SubTitre_Article').style.fontSize = currentSize+'px';
	//document.getElementById('date').style.fontSize = currentSize+'px';
	//document.getElementById('auteur').style.fontSize = currentSize+'px';
//alert("D2");
}

function ReduireTaille(taille) {
 currentSize = currentSize-taille;
currentSize = (currentSize<minSize) ? minSize : ((currentSize>maxSize) ? maxSize : currentSize);

// if (document.all)
// document.all.centre.style.setAttribute('font-size', (currentSize/10)+'em');
// else

//alert("D1");
 //if (document.getElementById('Lire_Article'))
 	document.getElementById('bloc01content').style.fontSize = currentSize+'px';
	document.getElementById('label').style.fontSize = currentSize+'px';
	document.getElementById('Titre').style.fontSize = currentSize+'px';
	//document.getElementById('SubTitre_Article').style.fontSize = currentSize+'px';
	//document.getElementById('date').style.fontSize = currentSize+'px';
	//document.getElementById('auteur').style.fontSize = currentSize+'px';

//alert("D2");
}



function Send_News(){
goToPage("Send_News.asp")
}


function Print_Article(ID){
			goToPage_send("Print_article_business.asp?=&a="+ID);

}
function Send_Article(ID){
			goToPage_send("Send_article_business.asp?=&a="+ID);

}


function goToPage_send(url)
{
			if (url != "")
			window.open(url)
}


<!--
-->
