var Op=0

var cX

var fX

var delay=0

var here=null

var there=null

var current_gig



function show_gig(date){

	if(current_gig){

		document.getElementById(current_gig).className='dateON';

		}

	document.getElementById(date).className='dateSELECT';

	current_gig=date;

	}


function big_pic(file){

	enlarge=document.getElementById('largeMARGE');

	enlarge.src='images/'+file+'.jpg';

	}

function sample(file){
	window.open(file, "", "height=200,width=200,");
	}

function change_page(address){

	document.getElementById('main').src=address;

	}