function openWorkWindow(source, width, height) {
   window.open(source, "GallerySKEWork", "toolbar=0,location=0,scrollbars=1,directories=0,status=0,menubar=0,top=100,left=100,width="+width+",height="+height+",resizable=1");
}

function bringToFront() {
   window.focus();
}

