// JavaScript Document

function hide_vinjett()
{
document.getElementById("vinjett").style.display="none";
window.location="Start3D.html" ;

}
