| FreeBoard | 
				홈 > Community > FreeBoard | 
			 
			
				 | 
			 
			 
			
			
			
			 
			
			
	
	
	
	
	
	
	
	
	
	
	
         | 
     
    
         | 
     
    
         | 
     
	
	| 
	    
	    
	    
	    
	    
	     | 
 
	
	
	
    
          | 
     
	
		
		 | 
	 
		
		
 <HTML><HEAD><TITLE></TITLE>
 <SCRIPT language=javascript>
 
 <!-- hide jscript from old browsers ---
 
 
 
 function refresh_screen()
 
 {
 
      window.location.reload()
 
 }
 
 
 
 function gogo(form) {
 
 
 
         window.parent.main.location=(document.myForm.myLinks.options
 [document.myForm.myLinks.selectedIndex].value);
 
 }
 
 
 
 /****** this object holds all of the key data **********/
 
 function Link(name, url)
 
 {
 
 	this.name = name;
 
 	this.title = new Array();
 
 	this.url = new Array();
 
 }
 
 /**************************************************************/
 
 var names      = new Array ();
 
 var temp       = new Array ();
 
 var temp2      = new Array ();
 
 var link       = new Link ();
 
 var final_list = new Array ();
 
 /******** array declaration... it holds all of the data for the menus 
 ****/
 
 var menu = new Array (
 
 " -----select  image----- *os01.htm| --------------- ",
 
 
 " =Object Series*os01.htm|os01_friuits&vegatables#" +
 
 	"os02.htm|os02_Faces & Hands#"+
 
 	"os03.htm|os03_Architectural Elements#" +
 
 	"os04.htm|os04_Retro Relics#"+
 
 	"os05.htm|os05_visual symbols#"+
 
 	"os06.htm|os06_everydays objects1#"+
 
 	"os07.htm|os07_everydays objects2#"+
 
 	"os08.htm|os08_everydays objects3#"+
 
 	"os09.htm|os09_Metaphorically Speaking#"+
 
 	"os10.htm|os10_Just tools#"+
 
 	"os11.htm|os11_just house#"+
 
 	"os12.htm|os12_just Hands#"+
 
 	"os13.htm|os13_just flowers#"+
 
 	"os14.htm|os14_World Games#"+
 
 	"os15.htm|os15_InfoMedia#"+
 
 	"os16.htm|os16_Toolshed#"+
 
 	"os17.htm|os17_Doors and windows#"+
 
 	"os18.htm|os18_Everyday Animal#"+
 
 	"os19.htm|os19_Festivities#"+
 
 	"os20.htm|os20_In Character#"+
 
 	"os21.htm|os21_Lions, Tigers and Bears#"+
 
 	"os22.htm|os22_Metaphors & Symblos#"+
 
 	"os24.htm|os24_Working Bodies#"+
 
 	"os25.htm|os25_Sporting Goods#"+
 
 	"os26.htm|os26#"+
 
 	"os27.htm|os27_Gestures & Expreessions#"+
 
 	"os28.htm|os28_House Works#"+
 
 	"os29.htm|os29_Supporting Cast=women#"+
 
 	"os30.htm|os30#"+
 
 	"os31.htm|os31_Back to Business#"+
 
 	"os32.htm|os32_Spiritually speaking#"+
 
 	"os33.htm|os33_Just Babies#"+
 
 	"os34.htm|os34_Musical Instruments#"+
 
 	"os35.htm|os35_Supporting Cast#"+
 
 	"os36.htm|os36#"+
 
 	"os37.htm|os37_Retro People#"+
 
 	"os38.htm|os38_Objects of Nature#"+
 
 	"os39.htm|os39_Supporting Cast#"+
 
 	"os40.htm|os40_Objects of Besiness#"+
 
 	"os41.htm|os41_InfoMedia 3 by CMCD#"+
 
 	"os42.htm|os42_Globes#"+
 
 	"os43.htm|os43_Medicine & Technology#"+
 
 	"os44.htm|os44_European Object#"+
 
 	"os45.htm|os45_Just Flowers2#"+
 
 	"os46.htm|os46_Wired Communications",
 	
 
 " =Designer Tool Series*photo1.htm|Designer Tool Series01#" +
 
 	"photo2.htm|Designer Tool Series02#"+
 
 	"photo3.htm|Designer Tool Series03#" +
 
 	"photo4.htm|Designer Tool Series04#" +
 
 	"photo5.htm|Designer Tool Series05#" +
 
 	"photo6.htm|Designer Tool Series06#" +
 
 	"photo7.htm|Designer Tool Series07#" +
 
 	"photo8.htm|Designer Tool Series08#" +
 	
 	"photo9.htm|Designer Tool Series09#" +
 
 	"photo10.htm|Designer Tool Series10",	
 
 
 
 	
 
 " =Other photo cd*photocd1.htm|photo cd1#"+
 
    "photocd2.htm|photo cd2#" +
    "photocd4.htm|photo cd Japan#" +
 
 		 "photocd3.htm|Yunphoto cd");
 
 
 
 /*****************************************************************/
 
 function updateMenus ( what ) {
 
    var n = what.selectedIndex;
 
    what.form.myLinks.length = final_list[n].title.length;
 
    for (var x = 0; x < what.form.myLinks.length; x++)
 
    {
 
       what.form.myLinks.options[x].text = final_list[n].title[x];
 
       what.form.myLinks.options[x].value = final_list[n].url[x]; 
 
    }
 
    what.form.myLinks.selectedIndex = 0;
 
 }
 
 /**************************************************************/
 
 function give_names () 
 
 {
 
 	document.myForm.main.length = names.length;
 
 	document.myForm.myLinks.length = final_list[0].title.length;
 
 	for ( var i=0; i<names.length; i++ )
 
 		document.myForm.main.options[i].text = final_list
 [i].name;
 
 	for (var x=0; x<final_list[0].url.length; x++)
 
 		document.myForm.myLinks.options[x].value = 
 final_list[0].url[x];
 
 	for (var x=0; x<final_list[0].title.length; x++)
 
 		document.myForm.myLinks.options[x].text = 
 final_list[0].title[x];
 
 
 
 }
 
 /**************************************************************/
 
 function createMenus () {
 
 
 
 	for ( var i=0; i < menu.length; i++ )
 
 	{
 
 		names[i] = menu[i].split("*");
 
 		
 
 		link = new Link(names[i][0]);
 
 		temp[i] = names[i][1].split("#");
 
 		final_list[i] = link;
 
 		for (var x=0; x<temp[i].length; x++)
 
 		{
 
 			temp2[x]  = temp[i][x].split("|");
 
 			final_list[i].url[x] = temp2[x][0];
 
 			final_list[i].title[x] = temp2[x][1];
 
 		}
 
 	}
 
 give_names();
 
 }
 
 
 
 /**************************************************************/
 
 
 
 // end jscript hiding -->
 
 </SCRIPT>
 
 
 
 <META content="MSHTML 5.50.4807.2300" name=GENERATOR>
 <style>
 .select3 { font-family: "Verdana", "Arial", "Helvetica", "sans-
 serif"; font-size: 8px; text-decoration: none ; color: #FFFFFF; 
 background-color: #CC0000; height: 18px}
 .select3 {  font-family: "Verdana"; font-size: 11px; color: #FFFFFF; 
 text-decoration: none; background-color: 4A79EF; border: 9AB5FA; 
 border-style: solid; border-top-width: 1px; border-right-width: 1px; 
 border-bottom-width: 1px; border-left-width: 1px}
 .select4 { font-family: "Verdana"; font-size: 11px; color: #E4ECFF; 
 text-decoration: none; background-color: 1449CD; border: 1px solid; 
 border-color: #88A9FA #002685 #002685 #88A9FA}
 </style>
 
 </HEAD>
 
 <BODY leftMargin=0 topMargin=0 onload=createMenus() 
 marginheight="0"   scrolling=no
 
 marginwidth="0" bgcolor="#FFFFFF">
 
 
 
 <table width="500" border="0" cellspacing="0" cellpadding="0" 
 align="center" height="20" ID="Table1">
 
   <tr> 
 
     <td valign="bottom">
 
 <FORM name=myForm ID="Form1"><INPUT type=hidden value=none 
 name=myObject ID="Hidden1"> 
 
   <SELECT 
 
 onchange=updateMenus(this) size=1 name=main class="select3" 
 ID="Select1">
 
     <OPTION selected>    
 
                     
     
 
                     
   
 
    <OPTION><OPTION></OPTION></SELECT>
         <SELECT size=1 name=myLinks 
 
 target="main" class="select3" ID="Select2">
 
     <OPTION selected>            
 
                     
     
 
                     
     
 
      <OPTION><OPTION></OPTION></SELECT>  
 
         <INPUT onclick=gogo(this.form) type=button value="select" 
 class="select4" ID="Button1" NAME="Button1">
 
       </FORM></td>
 
   </tr>
 
 </table>
 
 </BODY></HTML>
 
  | 
	 
	
    
          | 
     
		
		| 2002년 05월 09일 (11:41)   | 
	 
    
         | 
     
    
         | 
     
    
         | 
     
	 
	
	
	
	
	
	 
	
	
	
	
	
	
	
	
	
	 
	
	
	
	
	 | 
 
 
			 
            
            
            
			
			
			 | 
			 | 
			
			
			
			 
			
			
			
            
            
			
			
			
			
		
				
				
              
          
          
			
			
			
			
			 |