<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2nd PARAGRAPH


//document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
//document.write('<hr class="page-splits" style="width: 110px;">');


// SLIDESHOW

//document.write('<a href="slideshow.htm"><img src="picts/slideshow.gif" border="0" width="60" height="17" alt="View Gallery"><br>');
// document.write('Slideshow</a><br>');

<!-- document.write('<p>&nbsp;</p>'); -->

if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Brochures ...<br></legend>');

document.write(' Our brochures in the links below provide high-level overview of our capabilities. Please contact us if you are interested to learn more as how we can help your organization<br>');

document.write('</fieldset>');
document.write('<br><br>');
}

document.write('<a href="PDF/flyers/GITI_ISL_3.pdf" target="_blank" ><img src="images/ISL-Navy-Tactical-edge_2.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('  SOA for Tactical Edge</a><br><br>');


document.write('<a href="PDF/flyers/GITI_MIATA_2.pdf" target="_blank" ><img src="images/MIATA.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('End User Composability</a><br><br>');





if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Published Papers ...<br></legend>');

document.write('Global InfoTek, Inc. takes pride in contributing to the scientific community, see our published papers in the links below. <br>');

document.write('</fieldset>');
document.write('<br><br>');
}


document.write('<a href="PDF/Published-Papers/soa/ServiceandAgentOrientedFramework.pdf" target="_blank" ><img src="images/pdf-logo2.jpg" border="0"  class="Galborder" align="center" width="30" height="30">  <br>');
document.write('Service and Agent Oriented Framework for Information Fusion and Knowledge Management</a><br><br>');





document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->

