<!--// A blank HTML file /includes/blank.html must be included for this script to function properly:
function pop_up(file_url,file_title)
{
var frames_html='<html><head><title>' + file_title + '</title></head><frameset frameborder="0" framespacing="0" border="0" rows="100%,*"><frame name="popup_page" src="' + file_url + '" scrolling="auto" marginwidth="10" marginheight="0"><frame name="blank" src="/includes/blank.html"></frameset></html>';
pers_win=window.open('','persi_win','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=400');
pers_win.document.clear();
pers_win.document.open();
pers_win.window.focus();
pers_win.document.write(frames_html);
pers_win.document.close();
  return false;
} 
//-->