function focusonfirst() 		/* form for page 7 - feedback form */
	{ 
	document.form1.first.value="" 
	document.form1.first.focus() 
	}
function checkdata() 
	{
	firstname = document.form1.first.value
	lastname = document.form1.last.value
	emailadd = document.form1.email.value

flag = 0
if (firstname==""){
alert("Please fill in your first name.");
document.form1.first.focus();
flag = 1
return false; 
}
if (lastname=="") {
alert("Please fill in your last name.");
document.form1.last.focus();
flag = 1
return false;
}
if (emailadd=="") {
alert("Please fill in your email address.");
document.form1.email.focus()
flag = 1
return false
}
if (flag == 0){
document.form1.send.value="Details Sent."
return true }
}//eofn


function focusonfirstname() 	/* page 12 vip email list */
	{ 
	document.form2.firstname.value="" 
	document.form2.firstname.focus() 
	}
function checkform() 
	{
	firstname = document.form2.firstname.value
	lastname = document.form2.lastname.value
	companyname = document.form2.companyname.value
	emailadd = document.form2.email.value
flag = 0
if (firstname==""){
alert("Please fill in your first name.");
document.form2.firstname.focus();
flag = 1
return false; 
}
if (lastname=="") {
alert("Please fill in your last name.");
document.form2.lastname.focus();
flag = 1
return false;
}
if (companyname=="") {
alert("Please fill in your company name.");
document.form2.companyname.focus();
flag = 1
return false;
}
if (emailadd=="") {
alert("Please fill in your email address.");
document.form2.email.focus()
flag = 1
return false
}
if (flag == 0){
document.form2.send.value="Details Sent."
return true }
}

function openWindow() {				/* downloading documents on vip site */ 
	window.open("technical_annex.pdf",null,"scrollbars=yes resizable=yes height=700 width=700")
}

function focusonname() 				/* mailing list details */
	{ 
	document.form3.name.value="" 
	document.form3.name.focus() 
	}
function checkform3() 
	{
	name = document.form3.name.value
	emailadd = document.form3.email.value
	flag = 0
	if (name=="")
		{
		alert("Please fill in your first name.");
		document.form3.name.focus();
		flag = 1
		return false; 
		}
	if (emailadd=="") 
		{
		alert("Please fill in your email address.");
		document.form3.email.focus()
		flag = 1
		return false
		}
	if (flag == 0)
		{
		document.form3.send.value="Details Sent."
		return true 
		}
}

function ImgOver11() {document.img11.src="../pictures/buttons/general.gif" }		/* partners mouse over */
function ImgOut11() {document.img11.src="../pictures/buttons/full_partners.gif" }

function ImgOver12() {document.img12.src="../pictures/buttons/general.gif" }
function ImgOut12() {document.img12.src="../pictures/buttons/ass_partners.gif" }

function ImgOver13() {document.img13.src="../pictures/buttons/SBB.gif" }
function ImgOut13() {document.img13.src="../pictures/buttons/coordinator.gif" }

function ImgOver14() {document.img14.src="../pictures/buttons/general.gif" }
function ImgOut14() {document.img14.src="../pictures/buttons/obs_partners.gif" }

function ImgOver15() {document.img15.src="../pictures/buttons/general.gif" }
function ImgOut15() {document.img15.src="../pictures/buttons/spon_partners.gif" }

function ImgOver16() {document.img16.src="../pictures/buttons/public_area2.gif" }		/* members area mouseovers */
function ImgOut16() {document.img16.src="../pictures/buttons/public_area.gif" }

function ImgOver17() {document.img17.src="../pictures/buttons/home2.gif" }
function ImgOut17() {document.img17.src="../pictures/buttons/home.gif" }

function ImgOver18() {document.img18.src="../pictures/buttons/email_contacts2.gif" }
function ImgOut18() {document.img18.src="../pictures/buttons/email_contacts.gif" }

function ImgOver19() {document.img19.src="../pictures/buttons/deliverables2.gif" }
function ImgOut19() {document.img19.src="../pictures/buttons/deliverables.gif" }

function ImgOver20() {document.img20.src="../pictures/buttons/progress_report2.gif" }
function ImgOut20() {document.img20.src="../pictures/buttons/progress_report.gif" }

function ImgOver21() {document.img21.src="../pictures/buttons/doc_store2.gif" }
function ImgOut21() {document.img21.src="../pictures/buttons/doc_store.gif" }

/* map mouseover area */

function ImgOverCNS() {document.imgmap.src="../pictures/map_cns.gif" }
function ImgOutCNS() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverSBB() {document.imgmap.src="../pictures/map_sbb.gif" }
function ImgOutSBB() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverUoB() {document.imgmap.src="../pictures/map_uob.gif" }
function ImgOutUoB() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverRA() {document.imgmap.src="../pictures/map_ra.gif" }
function ImgOutRA() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDBC() {document.imgmap.src="../pictures/map_dbc.gif" }
function ImgOutDBC() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDAI() {document.imgmap.src="../pictures/map_dai.gif" }
function ImgOutDAI() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDKB() {document.imgmap.src="../pictures/map_dkb.gif" }
function ImgOutDKB() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDS() {document.imgmap.src="../pictures/map_ds.gif" }
function ImgOutDS() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverBL() {document.imgmap.src="../pictures/map_bl.gif" }
function ImgOutBL() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverNETH() {document.imgmap.src="../pictures/map_neth.gif" }
function ImgOutNETH() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverBNF() {document.imgmap.src="../pictures/map_bnf.gif" }
function ImgOutBNF() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverIMEC() {document.imgmap.src="../pictures/map_imec.gif" }
function ImgOutIMEC() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDDB() {document.imgmap.src="../pictures/map_ddb.gif" }
function ImgOutDDB() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverGSA() {document.imgmap.src="../pictures/map_gsa.gif" }
function ImgOutGSA() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverDLA() {document.imgmap.src="../pictures/map_dla.gif" }
function ImgOutDLA() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverSNL() {document.imgmap.src="../pictures/map_snl.gif" }
function ImgOutSNL() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverBNC() {document.imgmap.src="../pictures/map_bnc.gif" }
function ImgOutBNC() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverONB() {document.imgmap.src="../pictures/map_onb.gif" }
function ImgOutONB() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverWSL() {document.imgmap.src="../pictures/map_wsl.gif" }
function ImgOutWSL() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverHA() {document.imgmap.src="../pictures/map_ha.gif" }
function ImgOutHA() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverJAG() {document.imgmap.src="../pictures/map_jag.gif" }
function ImgOutJAG() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverJR() {document.imgmap.src="../pictures/map_jr.gif" }
function ImgOutJR() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverFDOP() {document.imgmap.src="../pictures/map_fdop.gif" }
function ImgOutFDOP() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverNUK() {document.imgmap.src="../pictures/map_nuk.gif" }
function ImgOutNUK() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverUCM() {document.imgmap.src="../pictures/map_ucm.gif" }
function ImgOutUCM() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverBNM() {document.imgmap.src="../pictures/map_bnm.gif" }
function ImgOutBNM() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverBN() {document.imgmap.src="../pictures/map_bn.gif" }
function ImgOutBN() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverEKT() {document.imgmap.src="../pictures/map_ekt.gif" }
function ImgOutEKT() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverTARTU() {document.imgmap.src="../pictures/map_tartu.gif" }
function ImgOutTARTU() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverODIS() {document.imgmap.src="../pictures/map_odis.gif" }
function ImgOutODIS() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverARCH() {document.imgmap.src="../pictures/map_archive.gif" }
function ImgOutARCH() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverVLB() {document.imgmap.src="../pictures/map_vlb.gif" }
function ImgOutVLB() {document.imgmap.src="../pictures/map_blank.gif" }
