function IsNumeric(strString){
var strValidChars = '0123456789.-';
var strChar;
var blnResult = true;
if (strString.length == 0) return false;
for (i = 0; i < strString.length && blnResult == true; i++)
{
strChar = strString.charAt(i);
if (strValidChars.indexOf(strChar) == -1)
{
blnResult = false;
}
}
return blnResult;
}
function gotoDossier(xref){
window.open('http://dossier.duke.it/associati/redossier.asp?IDA=04VIa6LF10Avd2Os&TYPO=' + xref,'NewsLetterDuke','scrollbars=yes,left=1,top=1,width='+screen.width+',height='+screen.height);
}
function gotoNewsletter(xref){
window.open('http://dossier.duke.it/associati/newsletter.asp?IDA=04VIa6LF10Avd2Os&TYPO=' + xref,'NewsLetterDuke','scrollbars=yes,left=10,top=10,width=460,height=450');
}
function statusChangeIn(){
window.status='ISCRIZIONE ALLE NEWSLETTER DUKE ITALIA';
}
function statusChangeOut(){
window.status='';
}
document.write('
');
document.write('
');
document.write(' ');
document.write(' | ');
document.write(' ');
document.write(' | ');
document.write('
');
document.write(' ');
document.write(' | ');
document.write(' ');
document.write(' | ');
document.write('
');
document.write('
');
document.write('
');
if(window.duke_min_width && IsNumeric(window.duke_min_width)){
document.getElementById('idDukeTableWidth').width=(duke_min_width*3)+'px';
document.getElementById('idDukeTdWidth').width=(duke_min_width-4)+'px';
}
if(window.duke_ext_bgcolor) document.getElementById('idDukeTableWidth').style.backgroundColor=duke_ext_bgcolor;
if(window.duke_ext_txcolor) document.getElementById('idDukeTdWidth').style.color=duke_ext_txcolor;
if(window.duke_ext_txcolor) document.getElementById('idDukeTdWidthLink').style.color=duke_ext_txcolor;
if(window.duke_int_bgcolor) document.getElementById('idDukeTdWidth0').style.backgroundColor=duke_int_bgcolor;
if(window.duke_int_txcolor) document.getElementById('idDukeLinkMessage0').style.color=duke_int_txcolor;
if(window.duke_int_tlcolor) document.getElementById('idDukeLinkTitle0').style.color=duke_int_tlcolor;
if(window.duke_image==true){
document.getElementById('idDukeImage0').src='http://dossier.duke.it/associati/images/1.gif';
}else{
document.getElementById('idDukeImage0').width=0;
document.getElementById('idDukeImage0').height=0;
document.getElementById('idDukeImageDIV0').style.paddingTop=0;
document.getElementById('idDukeImageDIV0').style.paddingBottom=0;
}
if(window.duke_int_bgcolor) document.getElementById('idDukeTdWidth1').style.backgroundColor=duke_int_bgcolor;
if(window.duke_int_txcolor) document.getElementById('idDukeLinkMessage1').style.color=duke_int_txcolor;
if(window.duke_int_tlcolor) document.getElementById('idDukeLinkTitle1').style.color=duke_int_tlcolor;
if(window.duke_image==true){
document.getElementById('idDukeImage1').src='http://dossier.duke.it/associati/images/8.gif';
}else{
document.getElementById('idDukeImage1').width=0;
document.getElementById('idDukeImage1').height=0;
document.getElementById('idDukeImageDIV1').style.paddingTop=0;
document.getElementById('idDukeImageDIV1').style.paddingBottom=0;
}
if(window.duke_int_bgcolor) document.getElementById('idDukeTdWidth2').style.backgroundColor=duke_int_bgcolor;
if(window.duke_int_txcolor) document.getElementById('idDukeLinkMessage2').style.color=duke_int_txcolor;
if(window.duke_int_tlcolor) document.getElementById('idDukeLinkTitle2').style.color=duke_int_tlcolor;
if(window.duke_image==true){
document.getElementById('idDukeImage2').src='http://dossier.duke.it/associati/images/10.gif';
}else{
document.getElementById('idDukeImage2').width=0;
document.getElementById('idDukeImage2').height=0;
document.getElementById('idDukeImageDIV2').style.paddingTop=0;
document.getElementById('idDukeImageDIV2').style.paddingBottom=0;
}