﻿<!-- 
function open_window(url) {
    if (document.images) {
        bWindow = window.open(url,"thewindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=1,width=350,height=350");
        bWindow.focus();
    }       
}
//-->