function disclaimer(l) {
	extWindow = window.open('_pag/disclaimer.asp?lingua=' + l,'popup','toolbar=0,status=0,directories=0,scrollbars=1,location=0,resizable=1,menubar=0,width=400,height=480')
	extWindow.focus()
}
function privacy(l) {
	extWindow = window.open('_pag/privacy.asp?lingua=' + l,'popup','toolbar=0,status=0,directories=0,scrollbars=1,location=0,resizable=1,menubar=0,width=400,height=480')
	extWindow.focus()
}
function credit() {
	credit=window.open('_pag/credit.asp','credit','toolbar=0,status=0,directories=0,scrollbars=0,location=0,resizable=0 menubar=0,width=300,height=150')
	credit.focus()
}
function strillo() {
	str=window.open('_pag/strillo.htm','strillo','toolbar=0,status=0,directories=0,scrollbars=0,location=0,resizable=0 menubar=0,width=600,height=312')
	str.focus()
}