// JavaScript Document
function nofunction () {}

function linkTo(url,linkName, linkStatus) {
window.open(url,linkName,linkStatus);
}

function sbar(st){st.style.backgroundColor='#D0F3FA';}
function cbar(st){st.style.backgroundColor='';}

function showMovie(thisSerial,thisVerify) {
	document.getElementById('echoMovie').src = "movie_verify.php?key=" + thisSerial + '&number=' + thisVerify;
	//sendRequest(on_load_movie, '&key=' + thisSerial + '&number=' + thisVerify, 'GET', './movie_verify.php', true, true);
	}

function on_load_movie (oj) {
//sendRequest(on_load_movie_2,'', 'GET', './movie_show.php', true, true)
}

function on_load_movie_2 (oj) {
document.getElementById('echoMovie').innerHTML = oj.responseText;
}