
function modalVideo(vid_id)
{
	
	tb_open_new('/includes/modules/box.php?height=340&width=690&modal=true&videoid='+vid_id);
		$("#theclosebutton").bind("click",function(){
		tb_remove();
	});
} 

function modalRegister()
{
	tb_open_new('/includes/modules/boxEvent.php?height=340&width=690&modal=true');
	$("#theclosebutton").bind("click",function(){
		tb_remove();
	});
}

function modalCS()
{
	tb_open_new('/includes/modules/caseMYEQ.php?height=558&width=885&modal=true');
	$("#theclosebutton").bind("click",function(){
		tb_remove();
	});
}

$(document).ready(function(){
	$("#theCloseButton").bind("click",function(){
		tb_remove();
	});
});

function modalPPT(id)
{
	tb_open_new('/includes/modules/ppt.php?id='+id);
	$("#theclosebutton").bind("click",function(){
		tb_remove();
	});
}
