//its just this events:
document.getElementById("hh").onclick = function() {
top.location.href='index.php';
}
document.getElementById("hh2").onclick = function() {
top.location.href='index.php';
}


document.getElementById("regg").onclick = function() {
top.location.href='register.php';
}
