﻿document.writeln("<div id=\"PreviewBox\" onmouseout=\"hidePreview(event);\">");
document.writeln("<div class=\"Picture\" onmouseout=\"hidePreview(event);\">");
document.writeln("<span><\/span>");
document.writeln("<div><a id=\"previewUrl\" href=\"javascript:void(0)\" target=\"_blank\">");
document.writeln("<img oncontextmenu=\"return(false)\" id=\"PreviewImage\" onmouseout=\"hidePreview(event);\"");
document.writeln("src=\"..\/Images\/Preview.tmp\" border=\"0\"><\/a>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<\/div>")

var previewBox = document.getElementById('PreviewBox');
var previewImage = document.getElementById('PreviewImage');
var previewUrl = document.getElementById('previewUrl');
var previewFrom = null;
var previewTimeoutId = null;
var loadingImg = '../images/DocLoading.gif';