
var timeoutID = null;

/* Must pass in the "anchors" ID so that Lytebox can call the correct "onclick" handler... */
function loadLytebox(id) {
    if (typeof myLytebox != 'undefined') {
        // if the myLytebox object exists, start it up!
        var a = document.createElement("a");
				a.href = "http://www.nartexinformatica.com/noie6.htm";
				a.rel = "lyteframe";
				a.title = "";
				a.rev = "width: 530px; height: 300px; scrolling: no;";
        myLytebox.start( a, false, true);
    } else {
        // wait 1/10th of a second and attempt loading again...
        if (timeoutID) { clearTimeout(timeoutID); }
        timeoutID = setTimeout('loadLytebox()', 100);
    }
    
}



var ieVer=/*@cc_on function(){ switch(@_jscript_version){ case 1.0:return 3; case 3.0:return 4; case 5.0:return 5; case 5.1:return 5; case 5.5:return 5.5; case 5.6:return 6; case 5.7:return 7; case 5.8:return 8; }}()||@*/99;

function verIE6(){


if (ieVer<7) {loadLytebox();}


}

