// JScript source code
/**
 * Note: The functions contained in this file are for demonstration purposes
 * only and are not necessary in your own project.
 */

function demoMessage(){
    Shadowbox.open({
        player:     'iframe',
        content:    'contatore.asp',
        height:     100,
        width:      200
    });
}
function Conversioni(){
    Shadowbox.open({
        player:     'iframe',
        content:    'smiles.asp',
        height:     300,
        width:      210
    });
}