function openWin(url){
	window.open(url,'','');
}

function showlayer1() {

	document.getElementById('partners').style.visibility = "visible"
}

function hidelayer1() {

 	document.getElementById('partners').style.visibility = "hidden"
}

