﻿/*  Miguel Atouguia 17 April 2009
    Script to immitate a hyperlink.
    
    Char Test
    £
    ©
*/
function goToPage(location_in) {
    document.location = location_in;
}