function fullScreen() { 
    window.open ('portfolio.html', 
    '','fullscreen=yes , menubar=0, tollbar=0, scrollbars=yes,') 
}

