/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
function openImageWindow(title,image)
{var w=497;var h=510;var l=(window.screen.width-w)/2;var t=(window.screen.height-h)/2;imgWindow=window.open('','',"toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",left="+l+",top="+t);imgWindow.document.write('<html><head><title>'+title+'</title></head><body style="margin:0px"><table align="center"><tr><td valign="top"><img src="'+image+'" border="0"></td></tr></table></body></html>');}
function refRedirection(url)
{var dummyLink=document.createElement("a");if(typeof(dummyLink.click)=='undefined')
{document.location.href=url;}
else
{dummyLink.href=url;document.body.appendChild(dummyLink);dummyLink.click();}}
function downloadandredirect()
{downloadAndRedirect();}
