function TelCam(){
	var telefono=document.verphone.ciudadtel.options[document.verphone.ciudadtel.selectedIndex].value;

	cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions;
	cross_el.innerHTML = telefono;


	if (telefono=='5500-0000' || telefono=='515-5000' || telefono=='536-5000'
		|| telefono=='462-5000' || telefono=='517-5000' || telefono=='65-6555'
		|| telefono=='0351-536-5000' || telefono=='02322-65-6555'){
        document.getElementById("turbo_conectese").src='http://imagenes.argentina.com/free/turbo_conectese.gif';
	}
	else {
		document.getElementById("turbo_conectese").src='http://imagenes.argentina.com/free/turbo_conectese_blank.gif';
	}
}
function GoPopHome(phono) {
	w=650;
	h=520;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? ((screen.height-h)/2)-20 : 0;
	settings =
	'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,location=no,resizable=yes,statusbar=no,menubar=no';
	if(phono=="Automático") { pagego ='http://www.argentina.com/software/multidiscador.x'; }
	else { pagego ="http://free.internet.argentina.com/ins.php?phonenumber="+phono; }
	newwindow = window.open(pagego,'Go_Pop_Home',settings);
	return(false);
}
function PoneCookie (name,value,expires,path,domain,secure) {
	document.cookie = name + "=" + escape (value) +
	((expires) ? "; expires=" + expires.toGMTString() : "") +
	((path) ? "; path=" + path : "") +
	((domain) ? "; domain=" + domain : "") +
	((secure) ? "; secure" : "");
}
function GoFaqConfig (valor,texto) {
	if (document.implementation	&& document.implementation.createDocument){
		//	Mozilla
		PoneCookie("TELEFONO", valor, null, "/", ".argentina.com");
		PoneCookie("CIUDAD", texto, null, "/",".argentina.com");
	}
	else {
		//	Exlporer
		PoneCookie("TELEFONO", valor, null, "/", "");
		PoneCookie("CIUDAD", texto, null, "/","");
	}
	window.location="http://free.internet.argentina.com/visp/faq_new_xp.x";
}
function GoMulti(){
w=412;
h=435;
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? ((screen.height-h)/2)-20 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,location=no,resizable=yes,statusbar=no,menubar=no';
pagego ='/software/multidiscador.x';
newwindow = window.open(pagego,'MultiDiscador',settings);
}