﻿function showExample(showPage, wide, tall) {
    var newWin;
    newWin = window.open(showPage, "example", "left=20,top=20,width=" + wide + ",height=" + tall + ",toolbar=1,resizable=0");
}