function fullscreen(){

window.open('foliodoc.html','newWin','titlebar=yes,resizable=yes,status=yes',false);setTimeout('window.close()',10)



}
