/*function members_area()			 members area password details 
{
	var the_password = "sarah";
	var answer = prompt("Please enter the password","");
	if (answer != the_password ) 
	{
	alert("Incorrect password")
	parent.window.location="index.html";
	} 
	else 
	{
	parent.window.location="vip_home.html";
	}
}*/

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 
		}
}
/* toolbar mouse over */
function ImgOver1() {document.img1.src="images/home2.gif" }		
function ImgOut1() {document.img1.src="images/home.gif" }

function ImgOver2() {document.img2.src="images/partners2.gif" }
function ImgOut2() {document.img2.src="images/partners.gif" }

function ImgOver3() {document.img3.src="images/newsletter2.gif" }
function ImgOut3() {document.img3.src="images/newsletter.gif" }

function ImgOver4() {document.img4.src="images/more_info2.gif" }
function ImgOut4() {document.img4.src="images/more_info.gif" }

function ImgOver4a() {document.img4a.src="images/work_plan2.gif" }
function ImgOut4a() {document.img4a.src="images/work_plan.gif" }

function ImgOver5() {document.img5.src="images/publications2.gif" }
function ImgOut5() {document.img5.src="images/publications.gif" }

function ImgOver6() {document.img6.src="images/related_links2.gif" }
function ImgOut6() {document.img6.src="images/related_links.gif" }

function ImgOver7() {document.img7.src="images/feedback2.gif" }
function ImgOut7() {document.img7.src="images/feedback.gif" }

function ImgOver8() {document.img8.src="images/contact2.gif" }
function ImgOut8() {document.img8.src="images/contact.gif" }

function ImgOver9() {document.img9.src="images/partners_only2.gif" }
function ImgOut9() {document.img9.src="images/partners_only.gif" }

/* partners mouse over */

function ImgOver11() {document.img11.src="../pictures/buttons/general.gif" }		
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" }

/* map mouseover area */

function ImgOverCNS() {document.imgmap.src="../pictures/map_cns.gif" }
function ImgOutCNS() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverNETH2() {document.imgmap.src="../pictures/map_netherlands.gif" }
function ImgOutNETH2() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverTOR() {document.imgmap.src="../pictures/map_torun.gif" }
function ImgOutTOR() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverWAR1() {document.imgmap.src="../pictures/map_warsaw1.gif" }
function ImgOutWAR1() {document.imgmap.src="../pictures/map_blank.gif" }

function ImgOverWAR2() {document.imgmap.src="../pictures/map_warsaw2.gif" }
function ImgOutWAR2() {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" }
