

function showChar(event){
if (event.ctrlKey==1)
    {
    window.location = "http://www.google.nl";
    }
  else
    {
   
    }
}
