');
winprint.document.close();
winprint.focus();
}
function getheight() {
//added for pages that postback; call being made to getheight in usercontrol
}
function cacheit() {
try {
if (document.uniqueID && !window.XMLHttpRequest) {
document.execCommand("BackgroundImageCache", false, true);
}
}
catch (err)
{ }
}