/*function changeIt(ImageToChange, ImageToShow){ if (document.getElementById){ document.getElementById(ImageToChange).src = ImageToShow; } } */ function changeIt(ImageToChange, ImageToShow){ if (document.images){ document[ImageToChange].src = ImageToShow; }else{ if (document.getElementById){ getElementById(ImageToChange).src = ImageToShow; } } } var popup = null; function CreateQSTypeID(){ var QSsTypeID = '' for (i=0;i