

function LoadIframe(Titre,Vurl,W,H){
    Shadowbox.open({
        player:  'iframe',
		title:   '<div>'+Titre+'</div>',
		content: Vurl,
		width: W,
		height: H,

    });
}

function VisuNote(Titre,Note,W,H){
    Shadowbox.open({
        player:  'html',
		title:   '<div>'+Titre+'</div>',
		content: Note,
		width: W,
		height: H,

    });
}

function AddDocument(Titre,AjKoi,IdGite){
    Shadowbox.open({
        player:     'html',
		title:    '<div>Ajouter : '+Titre+'</div>',
		content: '<div style="background-color: #FFFFFF;text-align:center;margin:10px;"><form action="visu/changements.asp?A='+AjKoi+'&B=AjoutPop&IdGite='+IdGite+'" method="post"><br/>Nom : '+Titre+'<br/><br/><input name="popAjout" type="text" id="popAjout" size="30"><br/><br/><input type="submit" name="BtSnd" id="BtSnd" value="Ajouter" style="font-size:12px;" ><br/><input type="text" name="login" id="login" /></div>',
		height: 150,
        width:  300,
    });
}


function Load_FormLog(Titre,Vurl){
    Shadowbox.open({
        player:     'iframe',
		title:    '<div style="text-align:center;">You\'re using <a href="#" class="option" onclick="VisuJPG('+Vurl+');">Shadowbox</a>!</div>',
        content:    Vurl,
		width:930,
		height:320,

    });
}
function VisuJPG(ID){
    var img = {
        player:     'img',
        content:    '../upload/jpg/'+ID+'.jpg',
		counterType:    'skip',
		title:    '<div style="text-align:center;">You\'re using <a href="#" class="option" onclick="demoMessage('+ID+');">Shadowbox</a>!  -  '+ID+'</div>',

    };

    Shadowbox.open([img,]);
}

function demoMessage(ID){
    Shadowbox.open({
        player:     'html',
		title:    '<div style="text-align:center;">You\'re using <a href="#" class="option" onclick="VisuJPG('+ID+');">Shadowbox</a>!  -  '+ID+'</div>',
        content:    '<div style="text-align:center;padding-top:10px;">You\'re using <a  href="#" class="option" onclick="VisuJPG('+ID+');">Shadowbox</a>!<br><table width="99%" border="0" cellspacing="0"><tr><td>'+ID+'</td><td>2</td></tr><tr><td>3</td><td><a href="#" class="option" onclick="Load_FormLog(http://lamaisondelamode.eu/_web/Frame_log.asp);">test</a></td></tr></table></div>',

    });
}