function OpenWindow(strImage)
{   
    var x;
    try
    {
	    window.event.returnValue = '';
	}
	catch(e){}
	x = window.open(strImage);
}