function open_jquery_window(title, url)
{
$.window({
   title: title,
   url: url,
   width: 800,
   height: 400,
   x:-1,
   y:-1,
   bookmarkable:false   
});
}
