			function home(){
				window.location.href = 'http://www.wizard.com.br/';
			}
			function voltar(){
				window.history.back();
			}
//			function mantemaberto(){
//				item6.style.display = '';
//			}
			function __doPostBack(eventTarget, eventArgument) {
				var theform;
				if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
					theform = document.Form1;
				}
				else {
					theform = document.forms["Form1"];
				}
				theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
				theform.__EVENTARGUMENT.value = eventArgument;
				theform.submit();
			}
			
			function lista_data(x){
				item1.style.display = 'none';
				item2.style.display = 'none';
				item3.style.display = 'none';
				item4.style.display = 'none';
				item5.style.display = 'none';
				item6.style.display = 'none';
				item7.style.display = 'none';
				item8.style.display = 'none';
				item9.style.display = 'none';
				item10.style.display = 'none';

			if (x.style.display == ''){
				x.style.display = 'none';
			}else{
				x.style.display = '';}
				
			}
			function SubmitForm(btn){
		 		if (document.all){
					if (event.keyCode == 13)
					{ 
						event.returnValue=false;
						event.cancel = true;
						btn.click();
					} 
				} 
			}