/* =======================================

	Common Javascript

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Mouse Over

========================================== */

/* 1.Mouse Over
==========================================
対象イメージと同階層に
同名に「_o」のついた画像を用意
class="swap"をつけると動作
========================================== */
$(function() {
  var image_cache = new Object();
  $(".swap").each(function(i) {
    var imgsrc = this.src;
    var dot = this.src.lastIndexOf('.');
    var imgsrc_on = this.src.substr(0, dot) + '_o' + this.src.substr(dot, 4);
    image_cache[this.src] = new Image();
    image_cache[this.src].src = imgsrc_on;
    $(this).hover(
      function() { this.src = imgsrc_on; },
      function() { this.src = imgsrc; });
  });
});


/* Senjuクエスト マウスオーバーで吹き出し
========================================== */
$(function(){
	// オーバー画像先読み
	var fukidashi_cache = new Image();
	fukidashi_cache.src = '../images/quest/what_txt_01.jpg';
	
	// オーバー時処理
	$('a#fukidashi-btn').hover(function(){
		$('#fukidashi-display').attr('src','../images/quest/what_txt_01.jpg');
	},function(){
		$('#fukidashi-display').attr('src','../images/quest/what_prt_17.jpg');
	});
});


/* menuflash読み込み
========================================== */
$(function(){
var menuFlash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="785" height="126"><param name="movie" value="/flash/menu.swf"><param name="quality" value="high"><embed src="/flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="785" height="126"></embed></object>'
	$('#menuflash').html(menuFlash);
});


/* パッチ情報ページ　pulldown
========================================== */
	/* senju_patch850.html
	---------------------------------------- */
	function jump850(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch8.5-20060705-agent-UPD"}
		/*if( WO.GoJump.selectedIndex == 2 ){                     */
		/*	location.href="#sj_patch8.5-20060705-manager-UPD"}*/
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch8.5-20060705-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch8.5-20060706-agent-UPD"}
		/*if( WO.GoJump.selectedIndex == 5 ){                     */
		/*	location.href="#sj_patch8.5-20060706-manager-UPD"}*/
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch8.5-20060706-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch8.5-20060707-agent-WEB"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch8.5-20060707-manager-WEB"}
		/* if ( WO.GoJump.selectedIndex == 9 ){
			location.href="#"}
		if( WO.GoJump.selectedIndex == 10 ){
			location.href="#"}
		if( WO.GoJump.selectedIndex == 11 ){
			location.href="#"}
		if( WO.GoJump.selectedIndex == 12 ){
			location.href="#"}
		if( WO.GoJump.selectedIndex == 13 ){
			location.href="#"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#"} */
	/* Java_jump_END */
	}
	
	/* senju_patch801.html
	---------------------------------------- */
	function jump801(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch8.0-20051005-agent-SAE"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch8.0-20051005-manager-SAE"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch8.0-20060301-agent-SAE"}
		/*if( WO.GoJump.selectedIndex == 4 ){                     */
		/*	location.href="#sj_patch8.0-20060301-manager-SAE"}*/
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch8.0-20060301-manager-SAE-r"}
		/*if( WO.GoJump.selectedIndex == 6 ){                   */
		/*	location.href="#sj_patch8.0-20051006-agent-SAE"}*/
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch8.0-20051006-agent-SAE-r"}
		/*if( WO.GoJump.selectedIndex == 8 ){                     */
		/*	location.href="#sj_patch8.0-20051006-manager-SAE"}*/
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch8.0-20051006-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch8.0-20051007-agent-WEB"}
		/*if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch8.0-20051007-manager-WEB"}*/
		if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch8.0-20060302-agent-SAE"}
		/*if( WO.GoJump.selectedIndex == 13 ){                    */
		/*	location.href="#sj_patch8.0-20060302-manager-SAE"}*/
		if( WO.GoJump.selectedIndex == 9 ){
			location.href="#sj_patch8.0-20060302-manager-SAE-r"}
	/* Java_jump_END */
	}

	/* senju_patch800.html
	---------------------------------------- */
	function jump800(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch8.0-20050428-agent-UPD"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch8.0-20050428-manager-UPD"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch8.0-20050428-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch8.0-20050428-manager-UPD-r2"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_psql7.3.8-20050427-PSQL-UPD"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch8.0-20050429-agent-UPD"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch8.0-20050429-manager-UPD"}
		if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch8.0-20050429-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 9 ){
			location.href="#sj_patch8.0-20050429-manager-UPD-r2"}
		if( WO.GoJump.selectedIndex == 10 ){
			location.href="#sj_patch8.0-20050429-manager-UPD-r3"}
		if( WO.GoJump.selectedIndex == 11 ){
			location.href="#sj_patch8.0-20050429-manager-UPD-r4"}
		if( WO.GoJump.selectedIndex == 12 ){
			location.href="#sj_patch8.0-20050430-agent-WEB"}
		if( WO.GoJump.selectedIndex == 13 ){
			location.href="#sj_patch8.0-20050430-manager-WEB"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#sj_patch8.0-20050430-manager-WEB-r"}
		if( WO.GoJump.selectedIndex == 15 ){
			location.href="#sj_patch8.0-20050430-manager-WEB-r2"}
		if( WO.GoJump.selectedIndex == 16 ){
			location.href="#sj_patch8.0-20050916-agent-PEX"}
		if( WO.GoJump.selectedIndex == 17 ){
			location.href="#sj_patch8.0-20050916-manager-PEX"}
	/* Java_jump_END */
	}
	
	/* senju_patch702.html
	---------------------------------------- */
	function jump702(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch7.0-20041025-agent-SAE"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch7.0-20041025-manager-SAE"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch7.0-20041025-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch7.0-20050807-agent-SAE"}
		/* if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch7.0-20050807-manager-SAE"} */
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch7.0-20050807-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch7.0-20050808-manager-SDB"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch7.0-20041026-agent-SAE"}
		if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch7.0-20041026-manager-SAE"}
		if( WO.GoJump.selectedIndex == 9 ){
			location.href="#sj_patch7.0-20041027-agent-WEB"}
		if( WO.GoJump.selectedIndex == 10 ){
			location.href="#sj_patch7.0-20041027-manager-WEB"}
		if( WO.GoJump.selectedIndex == 11 ){
			location.href="#sj_patch7.0-20050809-agent-SAE"}
		/* if( WO.GoJump.selectedIndex == 13 ){
			location.href="#sj_patch7.0-20050809-manager-SAE"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#sj_patch7.0-20050809-manager-SAE-r"} */
		if( WO.GoJump.selectedIndex == 12 ){
			location.href="#sj_patch7.0-20050809-manager-SAE-r2"}
		if( WO.GoJump.selectedIndex == 13 ){
			location.href="#sj_patch7.0-20050810-agent-WEB"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#sj_patch7.0-20050810-manager-WEB"}
	/* Java_jump_END */
	}

	/* senju_patch701.html
	---------------------------------------- */
	function jump701(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch7.0-20040628-agent-UPD"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch7.0-20040628-manager-UPD"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch7.0-20040629-agent-UPD"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch7.0-20040629-manager-UPD"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch7.0-20040629-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch7.0-20040630-agent-WEB"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch7.0-20040630-manager-WEB"}
	/* Java_jump_END */
	}
	
	/* senju_patch700.html
	---------------------------------------- */
	function jump700(WO){
		if( WO.GoJump.selectedIndex == 0 ){
			location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch7.0-20040202-agent-UPD"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch7.0-20040202b-manager-UPD"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch7.0-20040202c-manager-UPD"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch7.0-20040202d-manager-UPD"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch7.0-20040202-manager-UPD"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch7.0-20040203-agent-UPD"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch7.0-20040203-manager-UPD"}
	/* Java_jump_END */}

	/* senju_patch660.html
	---------------------------------------- */
	function jump660(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch6.6-20020729-agent-UPD"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch6.6-20020729b-manager-UPD"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch6.6-20020729c-manager-UPD"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch6.6-20020729d-manager-UPD"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch6.6-20020729-manager-UPD"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch6.6-20040130-agent-UPD"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch6.6-20021018-agent-SAE"}
		if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch6.6-20021018b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 9 ){
			location.href="#sj_patch6.6-20021018c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 10 ){
			location.href="#sj_patch6.6-20021018d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 11 ){
			location.href="#sj_patch6.6-20021018-manager-SAE"}
		if( WO.GoJump.selectedIndex == 12 ){
			location.href="#sj_patch6.6-20030117-agent-SAE"}
		if( WO.GoJump.selectedIndex == 13 ){
			location.href="#sj_patch6.6-20030117b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#sj_patch6.6-20030117c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 15 ){
			location.href="#sj_patch6.6-20030117d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 16 ){
			location.href="#sj_patch6.6-20030117-manager-SAE"}
		if( WO.GoJump.selectedIndex == 17 ){
			location.href="#sj_patch6.6-20030714-agent-SAE"}
		if( WO.GoJump.selectedIndex == 18 ){
			location.href="#sj_patch6.6-20030714b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 19 ){
			location.href="#sj_patch6.6-20030714c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 20 ){
			location.href="#sj_patch6.6-20030714d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 21 ){
			location.href="#sj_patch6.6-20030714-manager-SAE"}
		if( WO.GoJump.selectedIndex == 22 ){
			location.href="#sj_patch6.6-20040416-agent-SAE"}
		if( WO.GoJump.selectedIndex == 23 ){
			location.href="#sj_patch6.6-20040416b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 24 ){
			location.href="#sj_patch6.6-20040416c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 25 ){
			location.href="#sj_patch6.6-20040416d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 26 ){
			location.href="#sj_patch6.6-20040416-manager-SAE"}
		if( WO.GoJump.selectedIndex == 27 ){
			location.href="#sj_patch6.6-20040813-agent-SAE"}
		if( WO.GoJump.selectedIndex == 28 ){
			location.href="#sj_patch6.6-20041128-agent-SAE"}
		if( WO.GoJump.selectedIndex == 29 ){
			location.href="#sj_patch6.6-20041128b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 30 ){
			location.href="#sj_patch6.6-20041128b-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 31 ){
			location.href="#sj_patch6.6-20041128c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 32 ){
			location.href="#sj_patch6.6-20041128c-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 33 ){
			location.href="#sj_patch6.6-20041128d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 34 ){
			location.href="#sj_patch6.6-20041128d-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 35 ){
			location.href="#sj_patch6.6-20041128-manager-SAE"}
		if( WO.GoJump.selectedIndex == 36 ){
			location.href="#sj_patch6.6-20041128-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 37 ){
			location.href="#sj_patch6.6-20051107-agent-SAE"}
		if( WO.GoJump.selectedIndex == 38 ){
			location.href="#sj_patch6.6-20051107b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 39 ){
			location.href="#sj_patch6.6-20051107c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 40 ){
			location.href="#sj_patch6.6-20051107d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 41 ){
			location.href="#sj_patch6.6-20051107-manager-SAE"}
		if( WO.GoJump.selectedIndex == 42 ){
			location.href="#sj_patch6.6-20020730-agent-UPD"}
		if( WO.GoJump.selectedIndex == 43 ){
			location.href="#sj_patch6.6-20020730-manager-UPD"}
		if( WO.GoJump.selectedIndex == 44 ){
			location.href="#sj_patch6.6-20020731-agent-WEB"}
		if( WO.GoJump.selectedIndex == 45 ){
			location.href="#sj_patch6.6-20020731-manager-WEB"}
		if( WO.GoJump.selectedIndex == 46 ){
			location.href="#sj_patch6.6-20021019-agent-SAE"}
		if( WO.GoJump.selectedIndex == 47 ){
			location.href="#sj_patch6.6-20021019-agent-WEB"}
		if( WO.GoJump.selectedIndex == 48 ){
			location.href="#sj_patch6.6-20021019-manager-SAE"}
		if( WO.GoJump.selectedIndex == 49 ){
			location.href="#sj_patch6.6-20021019-manager-WEB"}
		if( WO.GoJump.selectedIndex == 50 ){
			location.href="#sj_patch6.6-20030118-agent-SAE"}
		if( WO.GoJump.selectedIndex == 51 ){
			location.href="#sj_patch6.6-20030118-manager-SAE"}
		if( WO.GoJump.selectedIndex == 52 ){
			location.href="#sj_patch6.6-20030119-agent-WEB"}
		if( WO.GoJump.selectedIndex == 53 ){
			location.href="#sj_patch6.6-20030119-manager-WEB"}
		if( WO.GoJump.selectedIndex == 54 ){
			location.href="#sj_patch6.6-20030715-agent-SAE"}
		if( WO.GoJump.selectedIndex == 55 ){
			location.href="#sj_patch6.6-20030715-manager-SAE"}
		if( WO.GoJump.selectedIndex == 56 ){
			location.href="#sj_patch6.6-20040417-agent-SAE"}
		if( WO.GoJump.selectedIndex == 57 ){
			location.href="#sj_patch6.6-20040417-manager-SAE"}
		if( WO.GoJump.selectedIndex == 58 ){
			location.href="#sj_patch6.6-20040418-agent-WEB"}
		if( WO.GoJump.selectedIndex == 59 ){
			location.href="#sj_patch6.6-20040418-manager-WEB"}
		if( WO.GoJump.selectedIndex == 60 ){
			location.href="#sj_patch6.6-20041129-agent-SAE"}
		if( WO.GoJump.selectedIndex == 61 ){
			location.href="#sj_patch6.6-20041129-agent-SAE-r"}
		if( WO.GoJump.selectedIndex == 62 ){
			location.href="#sj_patch6.6-20041129-manager-SAE"}
		if( WO.GoJump.selectedIndex == 63 ){
			location.href="#sj_patch6.6-20041129-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 64 ){
			location.href="#sj_patch6.6-20041130-agent-WEB"}
		if( WO.GoJump.selectedIndex == 65 ){
			location.href="#sj_patch6.6-20041130-manager-WEB"}
		if( WO.GoJump.selectedIndex == 66 ){
			location.href="#sj_patch6.6-20051108-agent-SAE"}
		if( WO.GoJump.selectedIndex == 67 ){
			location.href="#sj_patch6.6-20051108-manager-SAE"}
		if( WO.GoJump.selectedIndex == 68 ){
			location.href="#sj_patch6.6-20051109-agent-WEB"}
		if( WO.GoJump.selectedIndex == 69 ){
			location.href="#sj_patch6.6-20051109-manager-WEB"}
	/* Java_jump_END */
	}
	
	/* senju_patch650.html
	---------------------------------------- */
	function jump650(WO){
					if( WO.GoJump.selectedIndex == 0 ){
									location.href="#top"}
		if( WO.GoJump.selectedIndex == 1 ){
			location.href="#sj_patch6.5-20011128-agent-UPD"}
		if( WO.GoJump.selectedIndex == 2 ){
			location.href="#sj_patch6.5-20011128b-manager-UPD"}
		if( WO.GoJump.selectedIndex == 3 ){
			location.href="#sj_patch6.5-20011128c-manager-UPD"}
		if( WO.GoJump.selectedIndex == 4 ){
			location.href="#sj_patch6.5-20011128d-manager-UPD"}
		if( WO.GoJump.selectedIndex == 5 ){
			location.href="#sj_patch6.5-20011128-manager-UPD"}
		if( WO.GoJump.selectedIndex == 6 ){
			location.href="#sj_patch6.5-20020901-agent-UPD"}
		if( WO.GoJump.selectedIndex == 7 ){
			location.href="#sj_patch6.5-20020424-agent-SAE"}
		if( WO.GoJump.selectedIndex == 8 ){
			location.href="#sj_patch6.5-20020424b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 9 ){
			location.href="#sj_patch6.5-20020424c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 10 ){
			location.href="#sj_patch6.5-20020424d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 11 ){
			location.href="#sj_patch6.5-20020424-manager-SAE"}
		if( WO.GoJump.selectedIndex == 12 ){
			location.href="#sj_patch6.5-20020530b-manager-PEX"}
		if( WO.GoJump.selectedIndex == 13 ){
			location.href="#sj_patch6.5-20020530c-manager-PEX"}
		if( WO.GoJump.selectedIndex == 14 ){
			location.href="#sj_patch6.5-20020530d-manager-PEX"}
		if( WO.GoJump.selectedIndex == 15 ){
			location.href="#sj_patch6.5-20020530-manager-PEX"}
		if( WO.GoJump.selectedIndex == 16 ){
			location.href="#sj_patch6.5-20020719-agent-SAE"}
		if( WO.GoJump.selectedIndex == 17 ){
			location.href="#sj_patch6.5-20020719b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 18 ){
			location.href="#sj_patch6.5-20020719c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 19 ){
			location.href="#sj_patch6.5-20020719d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 20 ){
			location.href="#sj_patch6.5-20020719-manager-SAE"}
		if( WO.GoJump.selectedIndex == 21 ){
			location.href="#sj_patch6.5-20021018-agent-SAE"}
		if( WO.GoJump.selectedIndex == 22 ){
			location.href="#sj_patch6.5-20021025-agent-ANM"}
		if( WO.GoJump.selectedIndex == 23 ){
			location.href="#sj_patch6.5-20021101-agent-SAE"}
		if( WO.GoJump.selectedIndex == 24 ){
			location.href="#sj_patch6.5-20021101b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 25 ){
			location.href="#sj_patch6.5-20021101c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 26 ){
			location.href="#sj_patch6.5-20021101d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 27 ){
			location.href="#sj_patch6.5-20021101-manager-SAE"}
		if( WO.GoJump.selectedIndex == 28 ){
			location.href="#sj_patch6.5-20030501-agent-SAE"}
		if( WO.GoJump.selectedIndex == 29 ){
			location.href="#sj_patch6.5-20030501b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 30 ){
			location.href="#sj_patch6.5-20030501c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 31 ){
			location.href="#sj_patch6.5-20030501c-manager-SAE-r"}
		if( WO.GoJump.selectedIndex == 32 ){
			location.href="#sj_patch6.5-20030501d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 33 ){
			location.href="#sj_patch6.5-20030501-manager-SAE"}
		if( WO.GoJump.selectedIndex == 34 ){
			location.href="#sj_patch6.5-20030724-agent-SAE"}
		if( WO.GoJump.selectedIndex == 35 ){
			location.href="#sj_patch6.5-20030724b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 36 ){
			location.href="#sj_patch6.5-20030724c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 37 ){
			location.href="#sj_patch6.5-20030724d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 38 ){
			location.href="#sj_patch6.5-20030724-manager-SAE"}
		if( WO.GoJump.selectedIndex == 39 ){
			location.href="#sj_patch6.5-20031017-agent-SAE"}
		if( WO.GoJump.selectedIndex == 40 ){
			location.href="#sj_patch6.5-20050523-agent-SAE"}
		if( WO.GoJump.selectedIndex == 41 ){
			location.href="#sj_patch6.5-20050523b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 42 ){
			location.href="#sj_patch6.5-20050523c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 43 ){
			location.href="#sj_patch6.5-20050523d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 44 ){
			location.href="#sj_patch6.5-20050523-manager-SAE"}
		if( WO.GoJump.selectedIndex == 45 ){
			location.href="#sj_patch6.5-20060601-agent-SAE"}
		if( WO.GoJump.selectedIndex == 46 ){
			location.href="#sj_patch6.5-20060601b-manager-SAE"}
		if( WO.GoJump.selectedIndex == 47 ){
			location.href="#sj_patch6.5-20060601c-manager-SAE"}
		if( WO.GoJump.selectedIndex == 48 ){
			location.href="#sj_patch6.5-20060601d-manager-SAE"}
		if( WO.GoJump.selectedIndex == 49 ){
			location.href="#sj_patch6.5-20060601-manager-SAE"}
		if( WO.GoJump.selectedIndex == 50 ){
			location.href="#sj_patch6.5-20011129-agent-UPD-r"}
		if( WO.GoJump.selectedIndex == 51 ){
			location.href="#sj_patch6.5-20011129-manager-UPD-r"}
		if( WO.GoJump.selectedIndex == 52 ){
			location.href="#sj_patch6.5-20011130-agent-WEB"}
		if( WO.GoJump.selectedIndex == 53 ){
			location.href="#sj_patch6.5-20011130-manager-WEB"}
		if( WO.GoJump.selectedIndex == 54 ){
			location.href="#sj_patch6.5-20020425-agent-SAE"}
		if( WO.GoJump.selectedIndex == 55 ){
			location.href="#sj_patch6.5-20020425-manager-SAE"}
		if( WO.GoJump.selectedIndex == 56 ){
			location.href="#sj_patch6.5-20020426-agent-WEB"}
		if( WO.GoJump.selectedIndex == 57 ){
			location.href="#sj_patch6.5-20020426-manager-WEB"}
		if( WO.GoJump.selectedIndex == 58 ){
			location.href="#sj_patch6.5-20020531-manager-PEX"}
		if( WO.GoJump.selectedIndex == 59 ){
			location.href="#sj_patch6.5-20020720-agent-SAE"}
		if( WO.GoJump.selectedIndex == 60 ){
			location.href="#sj_patch6.5-20020720-manager-SAE"}
		if( WO.GoJump.selectedIndex == 61 ){
			location.href="#sj_patch6.5-20021102-agent-SAE"}
		if( WO.GoJump.selectedIndex == 62 ){
			location.href="#sj_patch6.5-20021102-manager-SAE"}
		if( WO.GoJump.selectedIndex == 63 ){
			location.href="#sj_patch6.5-20030502-agent-SAE"}
		if( WO.GoJump.selectedIndex == 64 ){
			location.href="#sj_patch6.5-20030502-manager-SAE"}
		if( WO.GoJump.selectedIndex == 65 ){
			location.href="#sj_patch6.5-20030503-agent-WEB"}
		if( WO.GoJump.selectedIndex == 66 ){
			location.href="#sj_patch6.5-20030503-manager-WEB"}
		if( WO.GoJump.selectedIndex == 67 ){
			location.href="#sj_patch6.5-20030725-agent-SAE"}
		if( WO.GoJump.selectedIndex == 68 ){
			location.href="#sj_patch6.5-20030725-manager-SAE"}
		if( WO.GoJump.selectedIndex == 69 ){
			location.href="#sj_patch6.5-20050524-agent-SAE"}
		if( WO.GoJump.selectedIndex == 70 ){
			location.href="#sj_patch6.5-20050524-manager-SAE"}
		/*if( WO.GoJump.selectedIndex == 71 ){              */
		/*	location.href="#sj_patch6.5-20060602-agent-SAE"}*/
		/*if( WO.GoJump.selectedIndex == 72 ){              */
		/*	location.href="#sj_patch6.5-20060602-manager-SAE"}*/
	/* Java_jump_END */
	}
	
