$(function(){
    $('a.modal').click(function (e) {
        e.preventDefault();
        $('#login_box2').modal();
    });
});

$(document).ready(function() {
	$('#menu').attr('class', 'container_12 clearfix');
	
	$("a.haltescan").qtip({
	   content: 'HalteScan',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#f1cf4b', 
	    border: {
	       radius: 5,
	       color: '#f1cf4b'
	    }
	}  });
	
	$("a.taximonitor").qtip({
	   content: 'TaxiMonitor',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#2cbfe2', 
	    border: {
	       radius: 5,
	       color: '#2cbfe2'
	    }
	}  });
	
	$("a.parkeerdashbord").qtip({
	   content: 'ParkeerDashboard',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#cfd826', 
	    border: {
	       radius: 5,
	       color: '#cfd826'
	    }
	}  });
	
	$("a.consessiemonitor").qtip({
	   content: 'ConcessieMonitor',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#4a8ea7', 
	    border: {
	       radius: 5,
	       color: '#4a8ea7'
	    }
	}  });
	
	$("a.klachtenbeheer").qtip({
	   content: 'KlachtenBeheer',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#a74d74', 
	    border: {
	       radius: 5,
	       color: '#a74d74'
	    }
	}  });
	
	$("a.ovmeldpunt").qtip({
	   content: 'OV-meldpunt',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#4753a5', 
	    border: {
	       radius: 5,
	       color: '#4753a5'
	    }
	}  });
	
	$("a.ovdatabase").qtip({
	   content: 'OV-database',
		position: {
	      corner: {
	         target: 'bottomMiddle',
	         tooltip: 'topMiddle'
	      }
	   },
	   style: {
		tip: 'topMiddle',
		color: '#fff',
		padding: 2,
		background: '#7b4aa5', 
	    border: {
	       radius: 5,
	       color: '#7b4aa5'
	    }
	}  });
	
});

