document.getElementById('club').onclick = function()
{
   window.location= 'school/user';
}
document.getElementById('store').onclick = function()
{
   window.location= 'store/user';
}
document.getElementById('tourism').onclick = function()
{
   window.location= "http://www.dugit.co.il/store/user/department.php?d_id=64";
}
document.getElementById('road').onclick = function()
{
   window.location= 'store/user/department.php?d_id=80';
}
