function openWindow( url, name, width, height ){
	window.open( url, name, 'width=' + width + ', height=' + height + ', status=no, toolbar=no, menubar=no, location=no, scrollbars=yes' );
}
function changeImg( path ){
	var obj = document.getElementById( 'ga' );
	obj.src = path;
}
function reserve( id ){
	var obj = document.getElementById( id + '_title' );
	var obj2 = document.getElementById( 'stand' );
	var std = document.getElementById( 'std2_form' );
	var std2 = document.getElementById( 'std2_msg' );
	std.style.display = 'block';
	obj2.value = obj.innerHTML;
	std2.style.display = 'none';
}
