/*
 * 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('id3').style.display  = 'none';
}


function showid3() {
	document.getElementById('id3').style.display  = 'block';
}

function hideid4() {
	document.getElementById('id4').style.display  = 'none';
}


function showid4() {
	document.getElementById('id4').style.display  = 'block';
}

function hideContent1() {
	document.getElementById('content1').style.display  = 'none';
}


function showContent1() {
	document.getElementById('content1').style.display  = 'block';
}


function hideContent2() {
	document.getElementById('content2').style.display  = 'none';
}


function showContent2() {
	document.getElementById('content2').style.display  = 'block';
}

function hideContent3() {
	document.getElementById('content3').style.display  = 'none';
}


function showContent3() {
	document.getElementById('content3').style.display  = 'block';
}


function hideContent4() {
	document.getElementById('content4').style.display  = 'none';
}


function showContent4() {
	document.getElementById('content4').style.display  = 'block';
}



function hideContent5() {
	document.getElementById('content5').style.display  = 'none';
}


function showContent5() {
	document.getElementById('content5').style.display  = 'block';
}



function hideContent6() {
	document.getElementById('content6').style.display  = 'none';
}


function showContent6() {
	document.getElementById('content6').style.display  = 'block';
}



function hideContent7() {
	document.getElementById('content7').style.display  = 'none';
}


function showContent7() {
	document.getElementById('content7').style.display  = 'block';
}




function hideContent8() {
	document.getElementById('content8').style.display  = 'none';
}


function showContent8() {
	document.getElementById('content8').style.display  = 'block';
}


function hideContent9() {
	document.getElementById('content9').style.display  = 'none';
}


function showContent9() {
	document.getElementById('content9').style.display  = 'block';
}


function hideContent10() {
	document.getElementById('content10').style.display  = 'none';
}


function showContent10() {
	document.getElementById('content10').style.display  = 'block';
}



function hideContent11() {
	document.getElementById('content11').style.display  = 'none';
}


function showContent11() {
	document.getElementById('content11').style.display  = 'block';
}



function hideContent12() {
	document.getElementById('content12').style.display  = 'none';
}


function showContent12() {
	document.getElementById('content12').style.display  = 'block';
}


function hideContent13() {
	document.getElementById('content13').style.display  = 'none';
}


function showContent13() {
	document.getElementById('content13').style.display  = 'block';
}


function hideContent14() {
	document.getElementById('content14').style.display  = 'none';
}


function showContent14() {
	document.getElementById('content14').style.display  = 'block';
}

function hideContent15() {
	document.getElementById('content15').style.display  = 'none';
}


function showContent15() {
	document.getElementById('content15').style.display  = 'block';
}

function hideContent16() {
	document.getElementById('content16').style.display  = 'none';
}


function showContent16() {
	document.getElementById('content16').style.display  = 'block';
}

function hideContent17() {
	document.getElementById('content17').style.display  = 'none';
}


function showContent17() {
	document.getElementById('content17').style.display  = 'block';
}

function hideContent18() {
	document.getElementById('content18').style.display  = 'none';
}


function showContent18() {
	document.getElementById('content18').style.display  = 'block';
}

function hideContent19() {
	document.getElementById('content19').style.display  = 'none';
}


function showContent19() {
	document.getElementById('content19').style.display  = 'block';
}

function hideContent20() {
	document.getElementById('content20').style.display  = 'none';
}


function showContent20() {
	document.getElementById('content20').style.display  = 'block';
}

function hideContent21() {
	document.getElementById('content21').style.display  = 'none';
}


function showContent21() {
	document.getElementById('content21').style.display  = 'block';
}

function hideContent22() {
	document.getElementById('content22').style.display  = 'none';
}


function showContent22() {
	document.getElementById('content22').style.display  = 'block';
}

function hideContent23() {
	document.getElementById('content23').style.display  = 'none';
}


function showContent23() {
	document.getElementById('content23').style.display  = 'block';
}

function hideContent24() {
	document.getElementById('content24').style.display  = 'none';
}


function showContent24() {
	document.getElementById('content24').style.display  = 'block';
}

function hideContent25() {
	document.getElementById('content25').style.display  = 'none';
}


function showContent25() {
	document.getElementById('content25').style.display  = 'block';
}

function hideContent26() {
	document.getElementById('content26').style.display  = 'none';
}


function showContent26() {
	document.getElementById('content26').style.display  = 'block';
}

function hideContent27() {
	document.getElementById('content27').style.display  = 'none';
}


function showContent27() {
	document.getElementById('content27').style.display  = 'block';
}

function hideBox() {
	document.getElementById('wrap_box01').style.display  = 'none';
}


function showBox() {
	document.getElementById('wrap_box01').style.display  = 'block';
}




