/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 185 2009-02-09 21:51:12Z emartin24 $
 *
 */

$(document).ready(function () {
	$('#basicModal input.basic, #basicModal a.basic').click(function (e) {
		e.preventDefault();
		$('#basicModalContent').modal();
	});
});





function hideId1() {
	document.getElementById('vids1').style.display  = 'none';
}


function showId1() {
	document.getElementById('vids1').style.display  = 'block';
}



function hideId2() {
	document.getElementById('vids2').style.display  = 'none';
}


function showId2() {
	document.getElementById('vids2').style.display  = 'block';
}

function hideId3() {
	document.getElementById('vids3').style.display  = 'none';
}


function showId3() {
	document.getElementById('vids3').style.display  = 'block';
}

function hideId4() {
	document.getElementById('vids4').style.display  = 'none';
}


function showId4() {
	document.getElementById('vids4').style.display  = 'block';
}

function hideId5() {
	document.getElementById('vids5').style.display  = 'none';
}


function showId5() {
	document.getElementById('vids5').style.display  = 'block';
}

function hideId6() {
	document.getElementById('vids6').style.display  = 'none';
}


function showId6() {
	document.getElementById('vids6').style.display  = 'block';
}

function hideId7() {
	document.getElementById('vids7').style.display  = 'none';
}


function showId7() {
	document.getElementById('vids7').style.display  = 'block';
}


function hideId8() {
	document.getElementById('vids8').style.display  = 'none';
}


function showId8() {
	document.getElementById('vids8').style.display  = 'block';
}

function hideId9() {
	document.getElementById('vids9').style.display  = 'none';
}


function showId9() {
	document.getElementById('vids9').style.display  = 'block';
}


function hideId10() {
	document.getElementById('vids10').style.display  = 'none';
}


function showId10() {
	document.getElementById('vids10').style.display  = 'block';
}


function hideId11() {
	document.getElementById('vids11').style.display  = 'none';
}


function showId11() {
	document.getElementById('vids11').style.display  = 'block';
}