﻿// Fichier JScript
function ShwImg(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?p='+id, 'images', s);w.focus();return false;
}
function ShwComp(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=1';
    var w=window.open('compatibilite.aspx?p='+id, 'compat', s);w.focus();return false;
}
function ShwTC(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?tc='+id, 'typeclip', s);w.focus();return false;
}
function ShwTE(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?te='+id, 'typeetui', s);w.focus();return false;
}
function ShwCE(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?ce='+id, 'cellulaire', s);w.focus();return false;
}
function ShwSF(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?sf='+id, 'sansfil', s);w.focus();return false;
}
function ShwTCA(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?tca='+id, 'typecable', s);w.focus();return false;
}
function ShwTCO(h,w,id) {
    var s='height='+h+',width='+w+';location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.open('image.aspx?tco='+id, 'typeconnecteur', s);w.focus();return false;
}
/*
function ShwAd(h,w,id) {
    var s='location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.location.replace('EditAdresse.aspx?t=1&ad='+id);return false; 
}
function ShwCc(h,w,id) {
    var s='location=0,menubar=0,resizable=1,status=0,titlebar=0,toolbar=0,scrollbars=0';
    var w=window.location.replace('EditCarte.aspx?t=1&cc='+id); return false;
   }
  */ 