// JavaScript Document

//Designer List

function ComListData2(itemnum) {

var com_data = "";

if(itemnum == 60){
	com_data = "Takashi Ashitomi<>"
}else if(itemnum == 61){
	com_data = "Tomoko Azumi<>"
}else if(itemnum == 62){
	com_data = "Iwasaki Ichiro<>Product Designer<br>Representative of IWASAKI DESIGN STUDIO<br>Initially worked for SONY design center, and moved to Italy.<br>After worked for design studios in Milan , returned to Japan and set up IWASAKI DESIGN STUDIO in 1995.<br>Currently works in a wide range of product designs from household goods like tableware to electric appliances and information devices.<br>Received many awards including iF design award, red dot award, and G-mark special award."
}else if(itemnum == 63){
	com_data = "Motomi Kawakami<>1966      Graduated from Master course of Tokyo National University of Fine Arts and Music.<br>1966-69   Professional practice at Angelo Mangiarotti Architect Office, Milan<br>1971      Established Kawakami Design Office<br>Design work specializing in craft, product, interior, space and environmental design.<br>Received the Mainichi Design Award,<br>Tanaka Prize, Japan Society of Civil Engineers,<br>Gold Prize, Good Design Award. <br>Yokohama Civic Design Award, etc."
}else if(itemnum == 64){
	com_data = "Wakako Kita<>"
}else if(itemnum == 65){
	com_data = "GK Design Group<>"
}else if(itemnum == 66){
	com_data = "Fumie　Shibata<>Fumie Shibata graduated from Musashino Art University in 1990 and joined Toshiba Design Center.  After working for Toshiba, she established her own Tokyo based design office, Design Studio S. Here, she developed a base of specialty clients who have retained her firm for design projects ranging from communications to furniture, infant products and home appliances. In 2007 she has received Gold Selection of IF Product Design Award with Omron clinical thermometer."
}else if(itemnum == 67){
	com_data = "Shinichi Sumikawa<>Born in Tokyo in 1962<br>Graduated from Chiba University Industrial Design Department in 1984<br>1984 joined Sony corporation as a product designer,worked for America and Japan<br>During in SONY,designed walkmans,radios,headphones and TV<br>In 1992, Established Sumikawa Design in Tokyo.<br>After independent,have been designing communication tools,cars,medical equipments,Sports gears,crafts and other.<br>Scince 1999, lecturer of Takushoku University Industrial design department"
}else if(itemnum == 68){
	com_data = "Shigeyuki Takao<>DEPRO INTERNATIONAl ASSOCIATES CO., Ltd. President<br>Depro was established in 1988 at Milano and is active as design company at Antwerpen, Tokyo, Osaka.  Our working field is researching and analysis, planning for products, making corporate identity and product design for various types of fields; Automobile, Electronics, Sports equipment, interior, medical equipment, etc..."
}else if(itemnum == 69){
	com_data = "Masahiko Nagahama<>Masahiko Nagahama was born in Tokyo1962. Established Nagahama Design Office in 1990. Associate Professor, Department of Design, Tokyo University of  The Arts. Judge of Good Design Award ."
}else if(itemnum == 70){
	com_data = "Naoko Hirota<>1990             Graduated from Tokyo University of the Arts<br>1990 - 1996  GK Planning &amp; Design<br>1996             Established Hirota Design Studio<br>1997             Exhibition at Milano Salone<br>1998 - 2000  Exhibition at Premiere Class Paris<br>2003 -           Judge of the Good Design Awards"
}else if(itemnum == 71){
	com_data = "shunji Yamanaka<>"
}else{
}

return com_data;

}
