<!-- Seqtools: scrip for creating coockie for questionaire 07.01.09 swr -->

function submitForm(){
		deleteCookie()
		saveCookie()
}

function deleteCookie(){

	if(document.cookie!=""){
	cookieTabel=document.cookie.split(";")			
	
	eDate=new Date
	eDate.setYear(eDate.getYear()-1)
	
	for(i=0;i<cookieTabel.length;i++){
		cName=cookieTable[i].split("=")[0]
		document.cookie=cName+"=;expires="+eDate.toGMTString()
		}
	}
}
		
function saveCookie(){
	
	cYOUR_NAME=""
	cPROFESSION=""
	cINSTITUTION=""
	cCOUNTRY=""
	cemail=""
	cVERSION=""
	c_frq=""
	c_frq_comts=""
	c_why=""
	c_why_comts=""
	c_qual=""
	c_qual_comts=""
	c_supp=""
	c_supp_comts=""
	c_man_use=""
	c_man_use_comts=""
	c_man_qual=""
	c_man_qual_comts=""
	c_gen_00=""
	c_gen_01=""
	c_gen_02=""
	c_gen_03=""
	c_gen_04=""
	c_gen_05=""
	c_gen_06=""
	c_gen_07=""
	c_gen_08=""
	c_gen_09=""
	c_gen_10=""
	c_gen_11=""
	c_gen_12=""
	c_gen_comts=""
	c_header_20=""
	c_header_21=""
	c_header_22=""
	c_header_23=""
	c_header_24=""
	c_header_25=""
	c_header_26=""
	c_header_27=""
	c_header_28=""
	c_header_29=""
	c_header_30=""
	c_header_31=""
	c_header_comts=""
	c_list_40=""
	c_list_41=""
	c_list_42=""
	c_list_43=""
	c_list_44=""
	c_list_45=""
	c_list_46=""
	c_list_47=""
	c_list_48=""
	c_list_49=""
	c_list_50=""
	c_list_comts=""
	c_reg=""
	c_reg_comts=""
	c_news=""
	c_news_comts=""
	c_feedb_01=""
	c_feedb_02=""
	c_feedb_03=""
	c_feedb_04=""
	c_feedb_05=""
	c_feedb_06=""
	c_feedb_07=""
	c_feedb_08=""
	c_feedb_09=""
	c_feedb_10=""
	c_feedb_comts=""
	c_txt_comments=""
	
	eDate= new Date
	eDate.setYear(eDate.getYear()+1)
	
	c_man_use=document.form1.c_man_use.value
	c_man_use_comts=document.form1.c_man_use_comts.value
	c_man_qual=document.form1.c_man_qual.value
	c_man_qual_comts=document.form1.c_man_qual_comts.value
	c_gen_00=document.form1.c_gen_00.value
	c_gen_01=document.form1.c_gen_01.value
	c_gen_02=document.form1.c_gen_02.value
	c_gen_03=document.form1.c_gen_03.value
	c_gen_04=document.form1.c_gen_04.value
	c_gen_05=document.form1.c_gen_05.value
	c_gen_06=document.form1.c_gen_06.value
	c_gen_07=document.form1.c_gen_07.value
	c_gen_08=document.form1.c_gen_08.value
	c_gen_09=document.form1.c_gen_09.value
	c_gen_10=document.form1.c_gen_10.value
	c_gen_11=document.form1.c_gen_11.value
	c_gen_12=document.form1.c_gen_12.value
	c_gen_comts=document.form1.c_gen_comts.value
	c_header_20=document.form1.c_header_20.value
	c_header_21=document.form1.c_header_21.value
	c_header_22=document.form1.c_header_22.value
	c_header_23=document.form1.c_header_23.value
	c_header_24=document.form1.c_header_24.value
	c_header_25=document.form1.c_header_25.value
	c_header_26=document.form1.c_header_26.value
	c_header_27=document.form1.c_header_27.value
	c_header_28=document.form1.c_header_28.value
	c_header_29=document.form1.c_header_29.value
	c_header_30=document.form1.c_header_30.value
	c_header_31=document.form1.c_header_31.value
	c_header_comts=document.form1.c_header_comts.value
	c_list_40=document.form1.c_list_40.value
	c_list_41=document.form1.c_list_41.value
	c_list_42=document.form1.c_list_42.value
	c_list_43=document.form1.c_list_43.value
	c_list_44=document.form1.c_list_44.value
	c_list_45=document.form1.c_list_45.value
	c_list_46=document.form1.c_list_46.value
	c_list_47=document.form1.c_list_47.value
	c_list_48=document.form1.c_list_48.value
	c_list_49=document.form1.c_list_49.value
	c_list_50=document.form1.c_list_50.value
	c_list_comts=document.form1.value
	c_reg=document.form1.c_reg.value
	c_reg_comts=document.form1.c_reg_comts.value
	c_news=document.form1.c_news.value
	c_news_comts=document.form1.c_news_comts.value
	c_feedb_01=document.form1.c_feedb_01.value
	c_feedb_02=document.form1.c_feedb_02.value
	c_feedb_03=document.form1.c_feedb_03.value
	c_feedb_04=document.form1.c_feedb_04.value
	c_feedb_05=document.form1.c_feedb_05.value
	c_feedb_06=document.form1.c_feedb_06.value
	c_feedb_07=document.form1.c_feedb_07.value
	c_feedb_08=document.form1.c_feedb_08.value
	c_feedb_09=document.form1.c_feedb_09.value
	c_feedb_10=document.form1.c_feedb_10.value
	c_feedb_comts=document.form1.c_feedb_comts.value
	c_txt_comments=document.form1.c_txt_comments.value	
	
	if(cYOUR_NAME==""){cYOUR_NAME="#"}
	if(cPROFESSION==""){cPROFESSION="#"}
	if(cINSTITUTION==""){cINSTITUTION="#"}
	if(cCOUNTRY==""){cCOUNTRY="#"}
	if(cemail==""){cemail="#"}
	if(cVERSION==""){cVERSION="#"}
	if(c_frq==""){c_frq="#"}
	if(c_frq_comts==""){c_frq_comts="#"}
	if(c_why==""){c_why="#"}
	if(c_why_comts==""){c_why_comts="#"}
	if(c_qual==""){c_qual="#"}
	if(c_qual_comts==""){c_qual_comts="#"}
	if(c_supp==""){c_supp="#"}
	if(c_supp_comts==""){c_supp_comts="#"}
	if(c_man_use==""){c_man_use="#"}
	if(c_man_use_comts==""){c_man_use_comts="#"}
	if(c_man_qual==""){c_man_qual="#"}
	if(c_man_qual_comts==""){c_man_qual_comts="#"}
	if(c_gen_00==""){c_gen_00="#"}
	if(c_gen_01==""){c_gen_01="#"}
	if(c_gen_02==""){c_gen_02="#"}
	if(c_gen_03==""){c_gen_03="#"}
	if(c_gen_04==""){c_gen_04="#"}
	if(c_gen_05==""){c_gen_05="#"}
	if(c_gen_06==""){c_gen_06="#"}
	if(c_gen_07==""){c_gen_07="#"}
	if(c_gen_08==""){c_gen_08="#"}
	if(c_gen_09==""){c_gen_09="#"}
	if(c_gen_10==""){c_gen_10="#"}
	if(c_gen_11==""){c_gen_11="#"}
	if(c_gen_12==""){c_gen_12="#"}
	if(c_gen_comts==""){(c_gen_comts ="#"}
	if(c_header_20==""){c_header_20="#"}
	if(c_header_21==""){c_header_21="#"}
	if(c_header_22==""){c_header_22="#"}
	if(c_header_23==""){c_header_23="#"}
	if(c_header_24==""){c_header_24="#"}
	if(c_header_25==""){c_header_25="#"}
	if(c_header_26==""){c_header_26="#"}
	if(c_header_27==""){c_header_27="#"}
	if(c_header_28==""){c_header_28="#"}
	if(c_header_29==""){c_header_29="#"}
	if(c_header_30==""){c_header_30="#"}
	if(c_header_31==""){c_header_31="#"}
	if(c_header_comts==""){c_header_comts="#"}
	if(c_list_40==""){c_list_40="#"}
	if(c_list_41==""){c_list_41="#"}
	if(c_list_42==""){c_list_42="#"}
	if(c_list_43==""){c_list_43="#"}
	if(c_list_44==""){c_list_44="#"}
	if(c_list_45==""){c_list_45="#"}
	if(c_list_46==""){c_list_46="#"}
	if(c_list_47==""){c_list_47="#"}
	if(c_list_48==""){c_list_48="#"}
	if(c_list_49==""){c_list_49="#"}
	if(c_list_50==""){c_list_50="#"}
	if(c_list_comts==""){c_list_comts="#"}
	if(c_reg==""){c_reg="#"}
	if(c_reg_comts==""){c_reg_comts="#"}
	if(c_news==""){c_news="#"}
	if(c_news_comts==""){c_news_comts ="#"}
	if(c_feedb_01==""){c_feedb_01="#"}
	if(c_feedb_02==""){c_feedb_02="#"}
	if(c_feedb_03==""){c_feedb_03="#"}
	if(c_feedb_04==""){c_feedb_04="#"}
	if(c_feedb_05==""){c_feedb_05="#"}
	if(c_feedb_06==""){c_feedb_06="#"}
	if(c_feedb_07==""){c_feedb_07="#"}
	if(c_feedb_08==""){c_feedb_08="#"}
	if(c_feedb_09==""){c_feedb_09="#"}
	if(c_feedb_10==""){c_feedb_10="#"}
	if(c_feedb_comts==""){c_feedb_comts="#"}
	if(c_txt_comments==""){c_txt_comments="#"}

	
	document.cookie="cYOUR_NAME="+cYOUR_NAME+";expires="+eDate.toGMTString()
	document.cookie="cPROFESSION="+cPROFESSION+";expires="+eDate.toGMTString()
	document.cookie="cINSTITUTION="+cINSTITUTION+";expires="+eDate.toGMTString()
	document.cookie="cCOUNTRY="+cCOUNTRY+";expires="+eDate.toGMTString()
	document.cookie="cemail="+cemail+";expires="+eDate.toGMTString()
	document.cookie="cVERSION="+cVERSION+";expires="+eDate.toGMTString()
	document.cookie="c_frq="+c_frq+";expires="+eDate.toGMTString()
	document.cookie="c_frq_comts="+c_frq_comts+";expires="+eDate.toGMTString()
	document.cookie="c_why="+c_why+";expires="+eDate.toGMTString()
	document.cookie="c_why_comts="+c_why_comts+";expires="+eDate.toGMTString()
	document.cookie="c_qual="+c_qual+";expires="+eDate.toGMTString()
	document.cookie="c_qual_comts="+c_qual_comts+";expires="+eDate.toGMTString()
	document.cookie="c_supp="+c_supp+";expires="+eDate.toGMTString()
	document.cookie="c_supp_comts="+c_supp_comts+";expires="+eDate.toGMTString()
	document.cookie="c_man_use="+c_man_use+";expires="+eDate.toGMTString()
	document.cookie="c_man_use_comts="+c_man_use_comts+";expires="+eDate.toGMTString()
	document.cookie="c_man_qual="+c_man_qual+";expires="+eDate.toGMTString()
	document.cookie="c_man_qual_comts="+c_man_qual_comts+";expires="+eDate.toGMTString()
	document.cookie="c_gen_00="+c_gen_00+";expires="+eDate.toGMTString()
	document.cookie="c_gen_01="+c_gen_01+";expires="+eDate.toGMTString()
	document.cookie="c_gen_02="+c_gen_02+";expires="+eDate.toGMTString()
	document.cookie="c_gen_03="+c_gen_03+";expires="+eDate.toGMTString()
	document.cookie="c_gen_04="+c_gen_04+";expires="+eDate.toGMTString()
	document.cookie="c_gen_05="+c_gen_05+";expires="+eDate.toGMTString()
	document.cookie="c_gen_06="+c_gen_06+";expires="+eDate.toGMTString()
	document.cookie="c_gen_07="+c_gen_07+";expires="+eDate.toGMTString()
	document.cookie="c_gen_08="+c_gen_08+";expires="+eDate.toGMTString()
	document.cookie="c_gen_09="+c_gen_09+";expires="+eDate.toGMTString()
	document.cookie="c_gen_10="+c_gen_10+";expires="+eDate.toGMTString()
	document.cookie="c_gen_11="+c_gen_11+";expires="+eDate.toGMTString()
	document.cookie="c_gen_12="+c_gen_12+";expires="+eDate.toGMTString()
	document.cookie="c_gen_comts="+c_gen_comts+";expires="+eDate.toGMTString()
	document.cookie="c_header_20="+c_header_20+";expires="+eDate.toGMTString()
	document.cookie="c_header_21="+c_header_21+";expires="+eDate.toGMTString()
	document.cookie="c_header_22="+c_header_22+";expires="+eDate.toGMTString()
	document.cookie="c_header_23="+c_header_23+";expires="+eDate.toGMTString()
	document.cookie="c_header_24="+c_header_24+";expires="+eDate.toGMTString()
	document.cookie="c_header_25="+c_header_25+";expires="+eDate.toGMTString()
	document.cookie="c_header_26="+c_header_26+";expires="+eDate.toGMTString()
	document.cookie="c_header_27="+c_header_27+";expires="+eDate.toGMTString()
	document.cookie="c_header_28="+c_header_28+";expires="+eDate.toGMTString()
	document.cookie="c_header_29="+c_header_29+";expires="+eDate.toGMTString()
	document.cookie="c_header_30="+c_header_30+";expires="+eDate.toGMTString()
	document.cookie="c_header_31="+c_header_31+";expires="+eDate.toGMTString()
	document.cookie="c_header_comts="+c_header_comts+";expires="+eDate.toGMTString()
	document.cookie="c_list_40="+c_list_40+";expires="+eDate.toGMTString()
	document.cookie="c_list_41="+c_list_41+";expires="+eDate.toGMTString()
	document.cookie="c_list_42="+c_list_42+";expires="+eDate.toGMTString()
	document.cookie="c_list_43="+c_list_43+";expires="+eDate.toGMTString()
	document.cookie="c_list_44="+c_list_44+";expires="+eDate.toGMTString()
	document.cookie="c_list_45="+c_list_45+";expires="+eDate.toGMTString()
	document.cookie="c_list_46="+c_list_46+";expires="+eDate.toGMTString()
	document.cookie="c_list_47="+c_list_47+";expires="+eDate.toGMTString()
	document.cookie="c_list_48="+c_list_48+";expires="+eDate.toGMTString()
	document.cookie="c_list_49="+c_list_49+";expires="+eDate.toGMTString()
	document.cookie="c_list_50="+c_list_50+";expires="+eDate.toGMTString()
	document.cookie="c_list_comts="+c_list_comts+";expires="+eDate.toGMTString()
	document.cookie="c_reg="+c_reg+";expires="+eDate.toGMTString()
	document.cookie="c_reg_comts="+c_reg_comts+";expires="+eDate.toGMTString()
	document.cookie="c_news="+c_news+";expires="+eDate.toGMTString()
	document.cookie="c_news_comts="+c_news_comts+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_01="+c_feedb_01+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_02="+c_feedb_02+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_03="+c_feedb_03+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_04="+c_feedb_04+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_05="+c_feedb_05+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_06="+c_feedb_06+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_07="+c_feedb_07+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_08="+c_feedb_08+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_09="+c_feedb_09+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_10="+c_feedb_10+";expires="+eDate.toGMTString()
	document.cookie="c_feedb_comts="+c_feedb_comts+";expires="+eDate.toGMTString()
	document.cookie="c_txt_comments="+c_txt_comments+";expires="+eDate.toGMTString()
			
}
	
function getCookie(){
	if(document.cookie!=""){
		cookieTable=document.cookie.split(";")				
				
	cYOUR_NAME=cookieTable[0].split("=")[1]
	cPROFESSION=cookieTable[1].split("=")[1]
	cINSTITUTION=cookieTable[2].split("=")[1]
	cCOUNTRY=cookieTable[3].split("=")[1]
	cemail=cookieTable[4].split("=")[1]
	cVERSION=cookieTable[5].split("=")[1]
	c_frq=cookieTable[6].split("=")[1]
	c_frq_comts=cookieTable[7].split("=")[1]
	c_why=cookieTable[8].split("=")[1]
	c_why_comts=cookieTable[9].split("=")[1]
	c_qual=cookieTable[10].split("=")[1]
	c_qual_comts=cookieTable[11].split("=")[1]
	c_supp=cookieTable[12].split("=")[1]
	c_supp_comts=cookieTable[13].split("=")[1]
	c_man_use=cookieTable[14].split("=")[1]
	c_man_use_comts=cookieTable[15].split("=")[1]
	c_man_qual=cookieTable[16].split("=")[1]
	c_man_qual_comts=cookieTable[17].split("=")[1]
	c_gen_00=cookieTable[18].split("=")[1]
	c_gen_01=cookieTable[19].split("=")[1]
	c_gen_02=cookieTable[20].split("=")[1]
	c_gen_03=cookieTable[21].split("=")[1]
	c_gen_04=cookieTable[22].split("=")[1]
	c_gen_05=cookieTable[23].split("=")[1]
	c_gen_06=cookieTable[24].split("=")[1]
	c_gen_07=cookieTable[25].split("=")[1]
	c_gen_08=cookieTable[26].split("=")[1]
	c_gen_09=cookieTable[27].split("=")[1]
	c_gen_10=cookieTable[28].split("=")[1]
	c_gen_11=cookieTable[29].split("=")[1]
	c_gen_12=cookieTable[30].split("=")[1]
	c_gen_comts=cookieTable[31].split("=")[1]
	c_header_20=cookieTable[32].split("=")[1]
	c_header_21=cookieTable[33].split("=")[1]
	c_header_22=cookieTable[34].split("=")[1]
	c_header_23=cookieTable[35].split("=")[1]
	c_header_24=cookieTable[36].split("=")[1]
	c_header_25=cookieTable[37].split("=")[1]
	c_header_26=cookieTable[38].split("=")[1]
	c_header_27=cookieTable[39].split("=")[1]
	c_header_28=cookieTable[40].split("=")[1]
	c_header_29=cookieTable[41].split("=")[1]
	c_header_30=cookieTable[42].split("=")[1]
	c_header_31=cookieTable[43].split("=")[1]
	c_header_comts=cookieTable[44].split("=")[1]
	c_list_40=cookieTable[45].split("=")[1]
	c_list_41=cookieTable[46].split("=")[1]
	c_list_42=cookieTable[47].split("=")[1]
	c_list_43=cookieTable[48].split("=")[1]
	c_list_44=cookieTable[49].split("=")[1]
	c_list_45=cookieTable[50].split("=")[1]
	c_list_46=cookieTable[51].split("=")[1]
	c_list_47=cookieTable[52].split("=")[1]
	c_list_48=cookieTable[53].split("=")[1]
	c_list_49=cookieTable[54].split("=")[1]
	c_list_50=cookieTable[55].split("=")[1]
	c_list_comts=cookieTable[56].split("=")[1]
	c_reg=cookieTable[57].split("=")[1]
	c_reg_comts=cookieTable[58].split("=")[1]
	c_news=cookieTable[59].split("=")[1]
	c_news_comts=cookieTable[60].split("=")[1]
	c_feedb_01=cookieTable[61].split("=")[1]
	c_feedb_02=cookieTable[62].split("=")[1]
	c_feedb_03=cookieTable[63].split("=")[1]
	c_feedb_04=cookieTable[64].split("=")[1]
	c_feedb_05=cookieTable[65].split("=")[1]
	c_feedb_06=cookieTable[66].split("=")[1]
	c_feedb_07=cookieTable[67].split("=")[1]
	c_feedb_08=cookieTable[68].split("=")[1]
	c_feedb_09=cookieTable[69].split("=")[1]
	c_feedb_10=cookieTable[70].split("=")[1]
	c_feedb_comts=cookieTable[71].split("=")[1]
	c_txt_comments=cookieTable[72].split("=")[1]

		
	if(cYOUR_NAME=="#"){cYOUR_NAME=""}
	if(cPROFESSION=="#"){cPROFESSION=""}
	if(cINSTITUTION=="#"){cINSTITUTION=""}
	if(cCOUNTRY=="#"){cCOUNTRY=""}
	if(cemail=="#"){cemail=""}
	if(cVERSION=="#"){cVERSION=""}
	if(c_frq=="#"){c_frq=""}
	if(c_frq_comts=="#"){c_frq_comts=""}
	if(c_why=="#"){c_why=""}
	if(c_why_comts=="#"){c_why_comts=""}
	if(c_qual=="#"){c_qual=""}
	if(c_qual_comts=="#"){c_qual_comts=""}
	if(c_supp=="#"){c_supp=""}
	if(c_supp_comts=="#"){c_supp_comts=""}
	if(c_man_use=="#"){c_man_use=""}
	if(c_man_use_comts=="#"){c_man_use_comts=""}
	if(c_man_qual=="#"){c_man_qual=""}
	if(c_man_qual_comts=="#"){c_man_qual_comts=""}
	if(c_gen_00=="#"){c_gen_00=""}
	if(c_gen_01=="#"){c_gen_01=""}
	if(c_gen_02=="#"){c_gen_02=""}
	if(c_gen_03=="#"){c_gen_03=""}
	if(c_gen_04=="#"){c_gen_04=""}
	if(c_gen_05=="#"){c_gen_05=""}
	if(c_gen_06=="#"){c_gen_06=""}
	if(c_gen_07=="#"){c_gen_07=""}
	if(c_gen_08=="#"){c_gen_08=""}
	if(c_gen_09=="#"){c_gen_09=""}
	if(c_gen_10=="#"){c_gen_10=""}
	if(c_gen_11=="#"){c_gen_11=""}
	if(c_gen_12=="#"){c_gen_12=""}
	if(c_gen_comts=="#"){c_gen_comts=""}
	if(c_header_20=="#"){c_header_20=""}
	if(c_header_21=="#"){c_header_21=""}
	if(c_header_22=="#"){c_header_22=""}
	if(c_header_23=="#"){c_header_23=""}
	if(c_header_24=="#"){c_header_24=""}
	if(c_header_25=="#"){c_header_25=""}
	if(c_header_26=="#"){c_header_26=""}
	if(c_header_27=="#"){c_header_27=""}
	if(c_header_28=="#"){c_header_28=""}
	if(c_header_29=="#"){c_header_29=""}
	if(c_header_30=="#"){c_header_30=""}
	if(c_header_31=="#"){c_header_31=""}
	if(c_header_comts=="#"){c_header_comts=""}
	if(c_list_40=="#"){c_list_40=""}
	if(c_list_41=="#"){c_list_41=""}
	if(c_list_42=="#"){c_list_42=""}
	if(c_list_43=="#"){c_list_43=""}
	if(c_list_44=="#"){c_list_44=""}
	if(c_list_45=="#"){c_list_45=""}
	if(c_list_46=="#"){c_list_46=""}
	if(c_list_47=="#"){c_list_47=""}
	if(c_list_48=="#"){c_list_48=""}
	if(c_list_49=="#"){c_list_49=""}
	if(c_list_50=="#"){c_list_50=""}
	if(c_list_comts=="#"){c_list_comts=""}
	if(c_reg=="#"){c_reg=""}
	if(c_reg_comts=="#"){c_reg_comts=""}
	if(c_news=="#"){c_news=""}
	if(c_news_comts=="#"){c_news_comts=""}
	if(c_feedb_01=="#"){c_feedb_01=""}
	if(c_feedb_02=="#"){c_feedb_02=""}
	if(c_feedb_03=="#"){c_feedb_03=""}
	if(c_feedb_04=="#"){c_feedb_04=""}
	if(c_feedb_05=="#"){c_feedb_05=""}
	if(c_feedb_06=="#"){c_feedb_06=""}
	if(c_feedb_07=="#"){c_feedb_07=""}
	if(c_feedb_08=="#"){c_feedb_08=""}
	if(c_feedb_09=="#"){c_feedb_09=""}
	if(c_feedb_10=="#"){c_feedb_10=""}
	if(c_feedb_comts=="#"){c_feedb_comts=""}
	if(c_txt_comments=="#"){c_txt_comments=""}

		
	document.form1.YOUR_NAME.value=cYOUR_NAME
	document.form1.PROFESSION.value=cPROFESSION
	document.form1.INSTITUTION.value=cINSTITUTION
	document.form1.COUNTRY.value=cCOUNTRY
	document.form1.email.value=cemail
	document.form1.VERSION.value=cVERSION
	document.form1._frq.value=c_frq
	document.form1._frq_comts.value=c_frq_comts
	document.form1._why.value=c_why
	document.form1._why_comts.value=c_why_comts
	document.form1._qual.value=c_qual
	document.form1._qual_comts.value=c_qual_comts
	document.form1._supp.value=c_supp
	document.form1._supp_comts.value=c_supp_comts
	document.form1._man_use.value=c_man_use
	document.form1._man_use_comts.value=c_man_use_comts
	document.form1._man_qual.value=c_man_qual
	document.form1._man_qual_comts.value=c_man_qual_comts
	document.form1._gen_00.value=c_gen_00
	document.form1._gen_01.value=c_gen_01
	document.form1._gen_02.value=c_gen_02
	document.form1._gen_03.value=c_gen_03
	document.form1._gen_04.value=c_gen_04
	document.form1._gen_05.value=c_gen_05
	document.form1._gen_06.value=c_gen_06
	document.form1._gen_07.value=c_gen_07
	document.form1._gen_08.value=c_gen_08
	document.form1._gen_09.value=c_gen_09
	document.form1._gen_10.value=c_gen_10
	document.form1._gen_11.value=c_gen_11
	document.form1._gen_12.value=c_gen_12
	document.form1._gen_comts.value=c_gen_comts
	document.form1._header_20.value=c_header_20
	document.form1._header_21.value=c_header_21
	document.form1._header_22.value=c_header_22
	document.form1._header_23.value=c_header_23
	document.form1._header_24.value=c_header_24
	document.form1._header_25.value=c_header_25
	document.form1._header_26.value=c_header_26
	document.form1._header_27.value=c_header_27
	document.form1._header_28.value=c_header_28
	document.form1._header_29.value=c_header_29
	document.form1._header_30.value=c_header_30
	document.form1._header_31.value=c_header_31
	document.form1._header_comts.value=c_header_comts.value
	document.form1._list_40.value=c_list_40
	document.form1._list_41.value=c_list_41
	document.form1._list_42.value=c_list_42
	document.form1._list_43.value=c_list_43
	document.form1._list_44.value=c_list_44
	document.form1._list_45.value=c_list_45
	document.form1._list_46.value=c_list_46
	document.form1._list_47.value=c_list_47
	document.form1._list_48.value=c_list_48
	document.form1._list_49.value=c_list_49
	document.form1._list_50.value=c_list_50
	document.form1._list_comts.value=c_list_comts
	document.form1._reg.value=c_reg
	document.form1._reg_comts.value=c_reg_comts
	document.form1._news.value=c_news
	document.form1._news_comts.value=c_news_comts
	document.form1._feedb_01.value=c_feedb_01
	document.form1._feedb_02.value=c_feedb_02
	document.form1._feedb_03.value=c_feedb_03
	document.form1._feedb_04.value=c_feedb_04
	document.form1._feedb_05.value=c_feedb_05
	document.form1._feedb_06.value=c_feedb_06
	document.form1._feedb_07.value=c_feedb_07
	document.form1._feedb_08.value=c_feedb_08
	document.form1._feedb_09.value=c_feedb_09
	document.form1._feedb_10.value=c_feedb_10
	document.form1._feedb_comts.value=c_feedb_comts
	document.form1._txt_comments.value=c_txt_comments
				
	}
}