		function CheckUIElements()
		{
				var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
				var wndWidth = parseInt(document.body.clientWidth);
						yMenu1From   = parseInt (MYOO1.style.top, 10);
						yMenu1To     = document.body.scrollTop + 580; // 
						
						if (yMenu1To < 500 ) {
								yMenu1To = 700;
						}
						timeoutNextCheck = 500;
				if ( yMenu1From != yMenu1To ) {

						yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
						if ( yMenu1To < yMenu1From )
								yOffset = -yOffset;
				MYOO1.style.top = parseInt (MYOO1.style.top, 10) + yOffset;
						timeoutNextCheck = 10;
				}
				setTimeout ("CheckUIElements()", timeoutNextCheck);
		}

		function MovePosition()
		{
				var wndWidth = parseInt(document.body.clientWidth);
				
				// 

						MYOO1.style.top = document.body.scrollTop + 20;
						MYOO1.style.visibility = "visible";
				// initializing UI update timer
       	    CheckUIElements();
				    return true;
		}
		function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function selectDate(d1,d2,d3,rs) {
<!--

	if (rs!=null) {	
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		x3=(new Date(rs)).getDate();   
		x2=(new Date(rs)).getMonth()+1;     
		x1=(new Date(rs)).getYear();    
		IsDate1=new Date();
		//alert(x3);
		//年        
		document.write ("<select size=1 name='"+d1+"'>");      
		for (i=2001;i<=2050;i++){document.write  ("<option "+ IsSelected(x1,i)+" Value=" + i +" >" +i +"</option>");}        
		document.write ("</select>"+"年");             
	
		//月        
		document.write ("<select size=1 name='"+d2+"'>"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(x2,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"月");        
	
		//日        
		document.write ("<select size=1 name='"+d3+"'>");  
		for (i=1;i<=31;i++){document.write  ("<option "+ IsSelected(x3,i)+"  Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"日");     /**/  } 
	else{
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		//年        
		document.write ("<select size=1 name="+d1+">");      
		for (i=2001;i<=2050;i++){document.write  ("<option "+ IsSelected(theYear,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"<font size='2'>年</font>");             

		//月        
		document.write ("<select size=1 name="+d2+">"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(theMonth+1,i)+" Value=" + i +">" +i +"</option>");}             
		document.write ("</select>"+"<font size='2'>月</font>");        
		//日        
		document.write ("<select size=1 name="+d3+">");  
		for (i=1;i<=31;i++){document.write  ("<option  "+ IsSelected(theDate,i)+" Value=" + i +">" +i +"</option>");}            
		document.write ("</select>"+"<font size='2'>日</font>");  

	}

-->
}

function selectDate2(d1,d2,d3,rs) {
<!--
	
	rs2=rs.substr(0,4)+"/"+rs.substr(5,2)+"/"+rs.substr(8,9);
	if (rs!=null) {	
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		x3=(new Date(rs2)).getDate();   
		x2=(new Date(rs2)).getMonth()+1;     
		x1=(new Date(rs2)).getYear();    
		IsDate1=new Date();
		//alert(x3);
		//年        
		document.write ("<select size=1 name='"+d1+"'>");      
		for (i=theYear-5;i<=theYear+10;i++){document.write  ("<option "+ IsSelected(x1,i)+" Value=" + i +" >" +i +"</option>");}        
		document.write ("</select>"+"年");             
	
		//月        
		document.write ("<select size=1 name='"+d2+"'>"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(x2,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"月");        
	
		//日        
		document.write ("<select size=1 name='"+d3+"'>");  
		for (i=1;i<=31;i++){document.write  ("<option "+ IsSelected(x3,i)+"  Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"日");     /**/  } 
	else{
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		//年        
		document.write ("<select size=1 name="+d1+">");      
		for (i=theYear-5;i<=theYear+10;i++){document.write  ("<option "+ IsSelected(theYear,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"<font size='2'>年</font>");             

		//月        
		document.write ("<select size=1 name="+d2+">"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(theMonth+1,i)+" Value=" + i +">" +i +"</option>");}             
		document.write ("</select>"+"<font size='2'>月</font>");        
		//日        
		document.write ("<select size=1 name="+d3+">");  
		for (i=1;i<=31;i++){document.write  ("<option  "+ IsSelected(theDate,i)+" Value=" + i +">" +i +"</option>");}            
		document.write ("</select>"+"<font size='2'>日</font>");  

	}

-->
}
function radioStream(Name,WriteStream,checkedStream){
<!--
var splitStream,WStream;
var WStream=WriteStream
splitStream=WStream.split(",")

if (checkedStream!=null) {	
		for (i=0;i<=splitStream.length-1;i=i+2)
			document.write ("<input type='radio' name='"+Name+"' value='"+splitStream[i]+"' "+ IsChecked(splitStream[i],checkedStream)+"><font size='2'>"+splitStream[i+1]+"</font>");}
else {
		for (i=0;i<=splitStream.length-1;i=i+2)
			document.write ("<input type='radio' name='"+Name+"' value='"+splitStream[i]+"' ><font size='2'>"+splitStream[i+1]+"</font>");}

-->
}
function checkboxStream3(Name,WriteStream,checkedStream){
<!--
var splitStream,WStream;
var WStream=WriteStream
splitStream=WStream.split(",")

if (checkedStream!=null) {	
		for (i=0;i<=splitStream.length-1;i=i+2)
			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"' "+ IsChecked(splitStream[i],checkedStream)+"><font size='2'>"+splitStream[i+1]+"</font>");}
else {
		for (i=0;i<=splitStream.length-1;i=i+2)
			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"' ><font size='2'>"+splitStream[i+1]+"</font>");}

-->
}

function checkboxStream(Name,WriteStream,checkedStream){
<!--
var splitStream,WStream,splitChecked,SStream,CheckResult;
var WStream=WriteStream
var SStream=checkedStream
//var CheckResult="checked"
splitStream=WStream.split(",")
splitChecked=SStream.split(",")
if (checkedStream!=null) {	
		for (i=0;i<=splitStream.length-1;i++){		
			for (j=0;j<=splitChecked.length-1;j++){			
				CheckResult=IsChecked(splitStream[i],splitChecked[j])
				if (CheckResult=="checked")
					j=splitChecked.length-1;					}

			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"' "+CheckResult+" >"+splitStream[i]);
			CheckResult=''}}
else {
		for (i=0;i<=splitStream.length-1;i++)
			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"'>"+splitStream[i]);}
-->
}




function checkboxStream2(Name,WriteStream,checkedStream){
<!--
var splitStream,WStream,splitChecked,SStream,CheckResult;
var WStream=WriteStream
var SStream=checkedStream
//var CheckResult="checked"
splitStream=WStream.split(",")
splitChecked=SStream.split(",")
if (checkedStream!=null) {	
		for (i=0;i<=splitStream.length-1;i++){		
			for (j=0;j<=splitChecked.length-1;j++){			
				CheckResult=IsChecked(splitStream[i],splitChecked[j])
				if (CheckResult=="checked")
					j=splitChecked.length-1;					}

			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"' "+CheckResult+" >");
			CheckResult=''}}
else {
		for (i=0;i<=splitStream.length-1;i++)
			document.write ("<input type='checkbox' name='"+Name+"' value='"+splitStream[i]+"'>");}
-->
}
function SelectStream(comName,WriteStream,Rs){
<!--
var splitStream,WStream;
var WStream=WriteStream
splitStream=WStream.split(",")

document.write ("<select id="+ comName +" name="+ comName +">");
if (Rs!=null) {	
	for (i=0;i<=splitStream.length-1;i++)								
	document.write ("<option value='"+splitStream[i]+"' "+ IsSelected(splitStream[i],Rs)+" >"+splitStream[i]+"</option>");}
else {
	for (i=0;i<=splitStream.length-1;i++)
	document.write ("<option value='"+splitStream[i]+"' >"+splitStream[i]+"</option>");	}
document.write ("</select>");	
-->
}
function SelectStreamC(comName,WriteStream,Rs){
<!--
var splitStream,WStream;
var WStream=WriteStream
splitStream=WStream.split(",")

document.write ("<select id="+ comName +" name="+ comName +"  LANGUAGE=javascript onchange='return "+ comName +"_onchange()'>");
if (Rs!=null) {	
	for (i=0;i<=splitStream.length-1;i++)								
	document.write ("<option value='"+splitStream[i]+"' "+ IsSelected(splitStream[i],Rs)+" >"+splitStream[i]+"</option>");}
else {
	for (i=0;i<=splitStream.length-1;i++)
	document.write ("<option value='"+splitStream[i]+"' >"+splitStream[i]+"</option>");	}
document.write ("</select>");	
-->
}
function IsChecked(CompareX,CompareY) {
<!--
	if (CompareX==CompareY )	{ return("checked");}
	else{return("");}
	-->
}

function selectTime(t1,t2,H,M) {
<!--

	//時     
	document.write ("<select size=1 name="+t1+">"); 
	for (i=0;i<=23;i++) {
	    document.write  ("<option "+ IsSelected(H,i)+" Value=" + i +">");
	    if (i<10) {
	       document.write ("0" + i);
	    }
	    else {
	       document.write (i);
	    }
	    document.write  ("</option>");
	}             
	document.write ("</select>"+"<font size='2'>時</font>");        
	
	//分       
	document.write ("<select size=1 name="+t2+">");  
	for (i=0;i<=55;i=i+5) { 
	    document.write  ("<option  "+ IsSelected(M,i)+" Value=" + i +">");
	     if (i<10) {
	       document.write ("0" + i);
	    }
	    else {
	       document.write (i);
	    }
	    document.write  ("</option>");
	}            
	document.write ("</select>"+"<font size='2'>分</font>");  
-->
}

function Birthday(d1,d2,d3,rs) {
<!--

	if (rs!=null) {	
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		x3=(new Date(rs)).getDate();   
		x2=(new Date(rs)).getMonth()+1;     
		x1=(new Date(rs)).getYear();    
		IsDate1=new Date();
		//alert(x3);
		//年        
		if (x1<=100 ){x1=x1+1900}
		document.write ("<select size=1 name='"+d1+"'>");
		for (i=(theYear-100);i<=theYear;i++){document.write  ("<option "+IsSelected(x1,i)+" Value=" + i +" >" +i +"</option>");}        
		document.write ("</select>"+"年");             
	
		//月        
		document.write ("<select size=1 name='"+d2+"'>"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(x2,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"月");        
	
		//日        
		document.write ("<select size=1 name='"+d3+"'>");  
		for (i=1;i<=31;i++){document.write  ("<option "+ IsSelected(x3,i)+"  Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"日");     /**/  } 
	else{
		theDate=(new Date()).getDate();   
		theMonth=(new Date()).getMonth();     
		theYear=(new Date()).getYear();    
		IsDate1=new Date();  
		//年        
		document.write ("<select size=1 name="+d1+">");      
		for (i=(theYear-100);i<=theYear;i++){document.write  ("<option "+ IsSelected(theYear,i)+" Value=" + i +">" +i +"</option>");}        
		document.write ("</select>"+"<font size='2'>年</font>");             

		//月        
		document.write ("<select size=1 name="+d2+">"); 
		for (i=1;i<=12;i++){document.write  ("<option "+ IsSelected(theMonth+1,i)+" Value=" + i +">" +i +"</option>");}             
		document.write ("</select>"+"<font size='2'>月</font>");        
		//日        
		document.write ("<select size=1 name="+d3+">");  
		for (i=1;i<=31;i++){document.write  ("<option  "+ IsSelected(theDate,i)+" Value=" + i +">" +i +"</option>");}            
		document.write ("</select>"+"<font size='2'>日</font>");  

	}

-->
}
function State(bloodTypeName,RsName){
<!--
document.write ("<select id="+ bloodTypeName +" name="+ bloodTypeName +"  LANGUAGE=javascript onchange='return "+ bloodTypeName +"_onchange()'>");
if (RsName==null) {	
	document.write ("<option value='0'>接機</option>");
	document.write ("<option value='1'>送機</option>");  
	document.write ("<option value='2'>市區接送</option>");  
	document.write ("<option value='3'>不分類</option>");   
	document.write ("</select>");}
else {
	document.write ("<option "+ IsSelected('0',RsName)+" value='0'>接機</option>");
	document.write ("<option "+ IsSelected('1',RsName)+"  value='1'>送機</option>");  
	document.write ("<option "+ IsSelected('2',RsName)+"  value='2'>市區接送</option>");  
	document.write ("<option "+ IsSelected('3',RsName)+" value='3'>不分類</option>");  
	document.write ("</select>");}
-->
}


function Educational(bloodTypeName,RsName){
<!--
document.write ("<select id="+ bloodTypeName +" name="+ bloodTypeName +">");
if (RsName==null) {	
	document.write ("<option value='請選擇'>== 請選擇 ==</option>");
	document.write ("<option value='高中以上'>高中以上</option>");  
	document.write ("<option value='專科以上'>專科以上</option>");  
	document.write ("<option value='大學以上'>大學以上</option>");  
	document.write ("<option value='碩士以上'>碩士以上<option>");  
	document.write ("<option value='不拘'>不拘</option>");  
	document.write ("</select>");}
else {
	document.write ("<option "+ IsSelected('請選擇',RsName)+" value='請選擇'>== 請選擇 ==</option>");
	document.write ("<option "+ IsSelected('高中以上',RsName)+"  value='高中以上'>高中以上</option>");  
	document.write ("<option "+ IsSelected('專科以上',RsName)+"  value='專科以上'>專科以上</option>");  
	document.write ("<option "+ IsSelected('大學以上',RsName)+" value='大學以上'>大學以上</option>");  
	document.write ("<option "+ IsSelected('碩士以上',RsName)+"  value='碩士以上'>碩士以上</option>");
	document.write ("<option "+ IsSelected('不拘',RsName)+"  value='不拘'>其它</option>");    
	document.write ("</select>");}
-->
}
function Character(bloodTypeName,RsName){
<!--
document.write ("<select id="+ bloodTypeName +" name="+ bloodTypeName +">");
if (RsName==null) {	
document.write ("<option value='請選擇'>== 請選擇 ==</option>");
	document.write ("<option value='全職'>全職</option>");  
	document.write ("<option value='須輪班'>須輪班</option>");  
	document.write ("<option value='工讀生'>工讀生</option>");   

	document.write ("</select>");}
else {
		document.write ("<option "+ IsSelected('請選擇',RsName)+" value='請選擇'>== 請選擇 ==</option>");
	document.write ("<option "+ IsSelected('全職',RsName)+"  value='全職'>全職</option>");  
	document.write ("<option "+ IsSelected('須輪班',RsName)+"  value='須輪班'>須輪班</option>");  
	document.write ("<option "+ IsSelected('工讀生',RsName)+" value='工讀生'>工讀生</option>");      
	document.write ("</select>");}
-->
}




/*
function SelectNumber(Name,StartNumber,EndNumber,Selected){
	var SNumber
	var ENumber
	var SelectedValue
	SNumber=StartNumber
	ENumber=EndNumber
	SelectedValue=Selected
	document.write ("<select size=1 name="+Name+">");  
	for (i=SNumber;i<=ENumber;i++){document.write  ("<option "+ IsSelected(SelectedValue,i)+" Value=" + i +">" +i +"</option>");}        
	document.write ("</select>");  
	}
*/

function SelectNumber(Name,StartNumber,EndNumber,Selected){
	var SNumber
	var ENumber
	var SelectedValue
	SNumber=StartNumber
	ENumber=EndNumber
	SelectedValue=Selected
	document.write ("<select size=1 name="+Name+">");  
	for (i=SNumber;i<=ENumber;i++) { 
	   document.write  ("<option "+ IsSelected(SelectedValue,i)+" Value=" + i +">");
	   if (i<10) {	   
	      document.write ("0"+ i);
	   }
	   else {
	      document.write (i);
	   }
	   document.write ("</option>");
	}        
	document.write ("</select>");  
	}	
	
function IsSelected(CompareX,CompareY) {
<!--
	if (CompareX==CompareY )	{ return("Selected");}
	else{return("");}
	-->
}



function zip(zipName,RsName) {
<!--
document.write ("<select   id="+ zipName +" name="+ zipName +"   >");

if (RsName==null) {	
	document.write ("<option value='請選擇'>請選擇</option>");
	document.write ("<option value='台北市'>台北市</option>");  
	document.write ("<option value='新竹縣'>新竹縣</option>");  
	document.write ("<option value='苗栗縣'>苗栗縣</option>");  
	document.write ("<option value='基隆市'>基隆市</option>");  
	document.write ("<option value='台北縣'>台北縣</option>");  
	document.write ("<option value='宜蘭縣'>宜蘭縣</option>");  
	document.write ("<option value='桃園縣'>桃園縣</option>");  
	document.write ("<option value='新竹市'>新竹市</option>");  
	document.write ("<option value='台中市'>台中市</option>");  
	document.write ("<option value='台中縣'>台中縣</option>");  
	document.write ("<option value='彰化縣'>彰化縣</option>");  
	document.write ("<option value='南投縣'>南投縣</option>");  
	document.write ("<option value='嘉義市'>嘉義市</option>");  
	document.write ("<option value='嘉義縣'>嘉義縣</option>");  
	document.write ("<option value='雲林縣'>雲林縣</option>");  
	document.write ("<option value='台南市'>台南市</option>");  
	document.write ("<option value='台南縣'>台南縣</option>");  
	document.write ("<option value='高雄市'>高雄市</option>");  
	document.write ("<option value='高雄縣'>高雄縣</option>");  
	document.write ("<option value='屏東縣'>屏東縣</option>");  
	document.write ("<option value='花蓮縣'>花蓮縣</option>");  
	document.write ("<option value='台東縣'>台東縣</option>");  
	document.write ("<option value='澎湖縣'>澎湖縣</option>");  
	document.write ("<option value='金門縣'>金門縣</option>");  
	document.write ("<option value='連江縣'>連江縣</option>");  
	document.write ("<option value='南海諸島'>南海諸島</option>"); 
	document.write ("<option value='大陸地區'>大陸地區</option>"); 
	document.write ("<option value='港澳地區'>港澳地區</option>"); 
	document.write ("<option value='歐洲'>歐洲 </option>");
	document.write ("<option value='北美洲'>北美洲 </option>");
	document.write ("<option value='中南美洲'>中南美洲 </option>");
	document.write ("<option value='亞洲及大洋洲'>亞洲及大洋洲</option>");
	document.write ("<option value='非洲地區'>非洲地區 </option>");
	document.write ("</select>");}
else {
	document.write ("<option "+ IsSelected('請選擇',RsName)+" value='請選擇'>請選擇</option>");
	document.write ("<option "+ IsSelected('台北市',RsName)+" value='台北市'>台北市</option>");  
	document.write ("<option "+ IsSelected('新竹縣',RsName)+" value='新竹縣'>新竹縣</option>");  
	document.write ("<option "+ IsSelected('苗栗縣',RsName)+" value='苗栗縣'>苗栗縣</option>");  
	document.write ("<option "+ IsSelected('基隆市',RsName)+" value='基隆市'>基隆市</option>");  
	document.write ("<option "+ IsSelected('台北縣',RsName)+" value='台北縣'>台北縣</option>");  
	document.write ("<option "+ IsSelected('宜蘭縣',RsName)+" value='宜蘭縣'>宜蘭縣</option>");  
	document.write ("<option "+ IsSelected('桃園縣',RsName)+" value='桃園縣'>桃園縣</option>");  
	document.write ("<option "+ IsSelected('新竹市',RsName)+" value='新竹市'>新竹市</option>");  
	document.write ("<option "+ IsSelected('台中市',RsName)+" value='台中市'>台中市</option>");  
	document.write ("<option "+ IsSelected('台中縣',RsName)+" value='台中縣'>台中縣</option>");  
	document.write ("<option "+ IsSelected('彰化縣',RsName)+" value='彰化縣'>彰化縣</option>");  
	document.write ("<option "+ IsSelected('南投縣',RsName)+" value='南投縣'>南投縣</option>");  
	document.write ("<option "+ IsSelected('嘉義市',RsName)+" value='嘉義市'>嘉義市</option>");  
	document.write ("<option "+ IsSelected('嘉義縣',RsName)+" value='嘉義縣'>嘉義縣</option>");  
	document.write ("<option "+ IsSelected('雲林縣',RsName)+" value='雲林縣'>雲林縣</option>");  
	document.write ("<option "+ IsSelected('台南市',RsName)+" value='台南市'>台南市</option>");  
	document.write ("<option "+ IsSelected('台南縣',RsName)+" value='台南縣'>台南縣</option>");  
	document.write ("<option "+ IsSelected('高雄市',RsName)+" value='高雄市'>高雄市</option>");  
	document.write ("<option "+ IsSelected('高雄縣',RsName)+" value='高雄縣'>高雄縣</option>");  
	document.write ("<option "+ IsSelected('屏東縣',RsName)+" value='屏東縣'>屏東縣</option>");  
	document.write ("<option "+ IsSelected('花蓮縣',RsName)+" value='花蓮縣'>花蓮縣</option>");  
	document.write ("<option "+ IsSelected('台東縣',RsName)+" value='台東縣'>台東縣</option>");  
	document.write ("<option "+ IsSelected('澎湖縣',RsName)+" value='澎湖縣'>澎湖縣</option>");  
	document.write ("<option "+ IsSelected('金門縣',RsName)+" value='金門縣'>金門縣</option>");  
	document.write ("<option "+ IsSelected('連江縣',RsName)+" value='連江縣'>連江縣</option>");  
	document.write ("<option "+ IsSelected('南海諸島',RsName)+" value='南海諸島'>南海諸島</option>"); 
	document.write ("<option "+ IsSelected('大陸地區',RsName)+" value='大陸地區'>大陸地區</option>"); 
	document.write ("<option "+ IsSelected('港澳地區',RsName)+" value='港澳地區'>港澳地區</option>"); 
	document.write ("<option "+ IsSelected('歐洲',RsName)+" value='歐洲'>歐洲 </option>");
	document.write ("<option "+ IsSelected('北美洲',RsName)+" value='北美洲'>北美洲 </option>");
	document.write ("<option "+ IsSelected('中南美洲',RsName)+" value='中南美洲'>中南美洲 </option>");
	document.write ("<option "+ IsSelected('亞洲及大洋洲',RsName)+" value='亞洲及大洋洲'>亞洲及大洋洲</option>");
	document.write ("<option "+ IsSelected('非洲地區',RsName)+" value='非洲地區'>非洲地區 </option>");
	document.write ("</select>");}
-->
}

