if (screen.width >= 1280) {
	document.write('<link href=\"../../../StyleSheets/StyleHi.css\" rel=\"stylesheet\" media=\"screen, projection\">');
} else if (screen.width >= 1024) {
	document.write('<link href=\"../../../StyleSheets/StyleMi.css\" rel=\"stylesheet\" media=\"screen, projection\">');
} else {
	document.write('<link href=\"../../../StyleSheets/StyleLo.css\" rel=\"stylesheet\" media=\"screen, projection\">');
}
function showImageHeader(){
	if (screen.width >= 1280) {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/BioSciHeaderHi.jpg\" alt=\"BioSci Header\" width=\"810\" height=\"125\">');
	} else if (screen.width >= 1024) {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/BioSciHeaderMi.jpg\" alt=\"BioSci Header\" width=\"600\" height=\"100\">');
	} else {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/BioSciHeaderLo.jpg\" alt=\"BioSci Header\" width=\"485\" height=\"80\">');
	}
}
function showImageLeftBorder(){
	if (screen.width >= 1280) {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/LeftBorderGraphicHi.gif\" alt=\"Left Border Graphic\" width=\"65\" height=\"625\">');
	} else if (screen.width >= 1024) {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/LeftBorderGraphicMi.gif\" alt=\"Left Border Graphic\" width=\"55\" height=\"440\">');
	} else {
		document.write('<img src=\"http://www.bio.uci.edu/Images/Content/LeftBorderGraphicLo.gif\" alt=\"Left Border Graphic\" width=\"45\" height=\"350\">');
	}
}