// JavaScript Document
function submitRollover() {
	document.getElementById('submit_career').src='images/submit_over.png';
}

function submitRollout() {
	document.getElementById('submit_career').src='images/submit.png';
}

function browseRollover() {
	document.getElementById('browse_button').src='images/browse_over.png';
}

function browseRollout() {
	document.getElementById('browse_button').src='images/browse.png';
}

function proj1() {
	var newHTML = '<div class="popup_wrapper">' + '<div class="popup_top">' + '</div>' + '<div class="popup_center">' + '<h1>' + 'Theaterwide Containerized Housing Units (CHUs) Multiple Award IDIQl Contract Number' + '</h1>' + '<p>' + '<strong>' + 'Organization/ Customer:' + '</strong>' + '<br />' + '</p>' + '<p>' + '<strong>' + 'Project Description:' + '</strong>' + '<br />' + 'Theater wide Containerized Housing Units (CHUs) Multiple Award IDIQ (Indefinite Delivery Indefinite Quantity)' + '</p>' + '<p>' + '<strong>' + 'Project Location:' + '</strong>' + '<br />' + 'Iraq Wide' + '</p>' + '<div class="black_background">' + '<img src="images/popup_image.jpg" alt="image" width="284" height="166" />' + '</div>' + '</div>' + '<div class="popup_bottom">'+ '</div>' + '</div>';
	document.getElementById('contactArea').innerHTML= newHTML;
}


function proj2() {
	document.getElementById('contactArea').innerHTML='test2';
}