function pull01(){
	document.getElementById("pull01").style.display = "block";
}

function pull_out01(){
	document.getElementById("pull01").style.display = "none";
}


function pull02(){
	document.getElementById("pull02").style.display = "block";
}

function pull_out02(){
	document.getElementById("pull02").style.display = "none";
}


function movie01(){
	window.open('/seminar/pop01.php','','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=460');
}


function popUp(theURL,winName,features) {
	window.open(theURL,winName,features);
}





