  /// w  1 = 1024x768

///    0 = 800x600

var w;

var parent_id=1;

w=0;

w1 = screen.availWidth;

h1 = screen.availHeight;

wc = 0;

hc = 0;

var n=0;

function showimage(file,t,x,y)

{

var win;

y1 = y + 30;

win=window.open('',n,'top=100,left=100,scrollbars=no,toolbar=no,menubar=no,resizeble=no,titlebar=no,border=15,width='+x+',height='+y1)

win.document.write('<html><head><title>..:: '+t+' ::..</title></head><body topmargin=0 leftmargin=0 bgcolor="gray">');

win.document.write('<form><table cellspacing=0 cellpadding=0 border=0><tr><td valign="middle"><img src='+file+' width="'+x+'" height="'+y+'"></center></td></tr></table>');

win.document.write('<center><input type="button" value="Fermer" onclick="window.close()"></center></form>');

win.document.write('</body></html>');

win.focus();

n++;

}



function show3d(id,t,x,y)

{

var win;

win=window.open('3d/view3d_'+id+'.html',id,'top=100,left=100,scrollbars=no,toolbar=no,menubar=no,resizeble=no,titlebar=no,border=15,width=400,height=400');

win.focus();

}

function showvideo(file,t,x,y)

{

var win;

y1 = y + 30;

win=window.open('../files/video_'+t+'.html',t,'top=100,left=100,scrollbars=no,toolbar=no,menubar=no,resizeble=no,titlebar=no,border=15,width='+x+',height='+y1)

win.focus();

}

