// JavaScript Document
var menup1 = "HAIR RESTORATION";
var menup2 = "MEDICAL GROUP";
var menup3 = "PRODUCTOS";


//MENU PRINCIPAL//

function MenuP1(){
	document.getElementById("menu1").href = "index.html";
}

function MenuP2(){
	document.getElementById("menu2").href = "mgroup.html";
}

function MenuP3(){
	document.getElementById("menu3").href = "productos.html";
}

//SUB MENU HAIR RESTORATION//

function SMenuP1(){
	document.getElementById("smenu1").href = "experiencia_kaloni.html";
}

function SMenuP2(){
	document.getElementById("smenu2").href = "info_sobre_alopecia.html";
}

function SMenuP3(){
	document.getElementById("smenu3").href = "nuestra_tecnica.html";
}

function SMenuP4(){
	document.getElementById("smenu4").href = "implantacion_ceja.html";
}

function SMenuP5(){
	document.getElementById("smenu5").href = "testimoniales.html";
}

function SMenuP6(){
	document.getElementById("smenu6").href = "promociones_kaloni.html";
}

function SMenuP7(){
	document.getElementById("smenu7").href = "preguntas_frecuentes.html";
}

//SUB MENU MEDICAL GROUP//

function SMenuM1(){
	document.getElementById("smmenu1").href = "experiencia_kaloni_medical.html";
}

function SMenuM2(){
	document.getElementById("smmenu2").href = "que_hacer_por_ti.html";
}

function SMenuM3(){
	document.getElementById("smmenu3").href = "testimoniales_medical.html";
}

function SMenuM4(){
	document.getElementById("smmenu4").href = "promociones_medical.html";
}

function SMenuM5(){
	document.getElementById("smmenu5").href = "preguntas_frecuentes_medical.html";
}


// IDIOMA REDES SOCIALES//

function Idioma(){
	document.getElementById("idioma").href = "#";
}

function Twitter(){
	document.getElementById("twitter").href = "http://twitter.com/#!/kaloniscience";
	document.getElementById("twitter").target = "_blank";
}

function Facebook(){
	document.getElementById("facebook").href = "https://www.facebook.com/KaloniScienceCenter";
	document.getElementById("facebook").target = "_blank";
}
