// JavaScript Document

function showhome() {
	document.getElementById('ss1').href = "index.css";
}

function showabout() {
	document.getElementById('ss1').href = "about.css";
}

function showcontacts() {
	document.getElementById('ss1').href = "contacts.css";
}

function showpartners() {
	document.getElementById('ss1').href = "partners.css";
}

function showkeycreator() {
	document.getElementById('iframe1').src = "http://www.kubotekusa.com/";
	document.getElementById('ss1').href = "keycreator.css";
}

function showmicrosoft() {
	document.getElementById('iframe1').src = "http://www.microsoft.com/pt/pt/default.aspx";
	document.getElementById('ss1').href = "microsoft.css";
}

function showintel() {
	document.getElementById('iframe1').src = "http://www.intel.com/";
	document.getElementById('ss1').href = "intel.css";
}

function showhp() {
	document.getElementById('iframe1').src = "http://welcome.hp.com/country/pt/pt/welcome.html";
	document.getElementById('ss1').href = "hp.css";
}

function showdatarecovery() {
	document.getElementById('iframe1').src = "http://www.ontrackdatarecovery.com/";
	document.getElementById('ss1').href = "datarecovery.css";
}

function showsage() {
	document.getElementById('iframe1').src = "http://www.sage.pt/Default.aspx?action=ArticleViewer&target=407";
	document.getElementById('ss1').href = "sage.css";
}
