

function timedMsg()
{
var t=setTimeout("fireMyPopup()",1000)
}

function setOpacity( value ) {
 document.getElementById("styled_popup").style.opacity = value / 10;
 document.getElementById("styled_popup").style.filter = 'alpha(opacity=' + value * 10 + ')';
}

function fadeInMyPopup() {
 for( var i = 0 ; i <= 95 ; i++ )
   setTimeout( 'setOpacity(' + (i / 10) + ')' , 8 * i );
}

function fireMyPopup() {
 setOpacity( 0 );
 document.getElementById("styled_popup").style.display = "block";
 fadeInMyPopup();
}

function timedMsga()
{
var t=setTimeouta("fireMyPopupa()",1000)
}

function setOpacitya( value ) {
 document.getElementById("styled_popupa").style.opacity = value / 10;
 document.getElementById("styled_popupa").style.filter = 'alpha(opacity=' + value * 10 + ')';
}

function fadeInMyPopupa() {
 for( var a = 0 ; a <= 95 ; a++ )
   setTimeouta( 'setOpacitya(' + (a / 10) + ')' , 8 * a );
}

function fireMyPopupa() {
 setOpacitya( 0 );
 document.getElementById("styled_popupa").style.display = "block";
 fadeInMyPopupa();
}