document.write('Take the tour Next > Project overview');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Project_Overview'){
document.write('Home < Previous');
document.write(' | Take the tour | ');
document.write('Next > Chemoinduction');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Chemoinduction'){
document.write('Project Overview < Previous');
document.write(' | Take the tour | ');
document.write('Next > Module 1: Protein Production');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='M1'){
document.write('Chemoinduction < Previous');
document.write(' | Take the tour | ');
document.write('Next > Autoinduction');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Autoinduction'){
document.write('Module 1: Protein production < Previous');
document.write(' | Take the tour | ');
document.write('Next > Module 2: Encapsulation');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='M2'){
document.write('Autoinduction < Previous');
document.write(' | Take the tour | ');
document.write('Next > Thermoinduction');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Thermoinduction'){
document.write('Module 2: Encapsulation < Previous');
document.write(' | Take the tour | ');
document.write('Next > Module 3: Genome deletion');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='M3'){
document.write('Thermoinduction < Previous');
document.write(' | Take the tour | ');
document.write('Next > Temporal control');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Temporal_Control'){
document.write('Module 3: Genome deletion < Previous');
document.write(' | Take the tour | ');
document.write('Next > Genetic circuits');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Genetic_Circuit'){
document.write('Temporal control < Previous');
document.write(' | Take the tour | ');
document.write('Next > Drylab');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Drylab'){
document.write('Genetic circuit < Previous');
document.write(' | Take the tour | ');
document.write('Next > Human practices project');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='HumanPractices'){
document.write('Drylab < Previous');
document.write(' | Take the tour | ');
document.write('Next >Tour end');
}
}
if (addressSplit[3]=='Team:Imperial_College_London'){
if (addressSplit[4]=='Tour_End'){
document.write('Human Practices < Previous');
document.write('Restart');
document.write(' | Take the tour | ');
document.write('');
}
}
-->