//// Preloading of Images ////
<!--
              onimage1 = new Image(58,38);
              onimage1.src = "images/nav-bizsol1.gif"; 
              offimage1 = new Image(58,38); 
              offimage1.src = "images/nav-bizsol.gif";

              onimage2 = new Image(58,38);
              onimage2.src = "images/nav-mansol1.gif"; 
              offimage2 = new Image(86,15); 
              offimage2.src = "images/nav-mansol.gif";

              onimage3 = new Image(58,38);
              onimage3.src = "images/nav-worksol1.gif"; 
              offimage3 = new Image(58,38); 
              offimage3.src = "images/nav-worksol.gif";

              onimage4 = new Image(56,38);
              onimage4.src = "images/nav-careers1.gif"; 
              offimage4 = new Image(56,38); 
              offimage4.src = "images/nav-careers.gif";

              onimage5 = new Image(74,13);
              onimage5.src = "images/navs-dcrhome1.gif"; 
              offimage5 = new Image(74,13); 
              offimage5.src = "images/navs-dcrhome.gif";

              onimage6 = new Image(74,13);
              onimage6.src = "images/navs-aboutus1.gif"; 
              offimage6 = new Image(74,13); 
              offimage6.src = "images/navs-aboutus.gif";

              onimage7 = new Image(74,13);
              onimage7.src = "images/navs-contactus1.gif"; 
              offimage7 = new Image(74,13); 
              offimage7.src = "images/navs-contactus.gif";

              onimage8 = new Image(108,166);
              onimage8.src = "images/main-txt-mgdserv.gif"; 
              offimage8 = new Image(108,166); 
              offimage8.src = "images/main-txt-blank.gif";

              onimage9 = new Image(108,166);
              onimage9.src = "images/main-txt-bizsol.gif"; 

              onimage10 = new Image(108,166);
              onimage10.src = "images/main-txt-worksol.gif"; 

//--> 
// end of newwin function


//// End of Preloading of Images ////

function 	showdef(value) {
if (value==1) {
if (document.layers) {
       window.document.layers["content"].document.open();
		 window.document.layers["content"].document.write('<DIV CLASS="subtext" ALIGN="JUSTIFY" ID="text"><SPAN CLASS="subtexthead">OUR STORY:</SPAN><br><br>DCR was founded in 1995 as a technology and engineering consulting company specializing in providing timely solutions for business needs. Today its services range from project support to complete project management of enterprise solutions, with a strong emphasis on managed services, systems integration and E-business. Over the past six years, it has placed over 2000 professionals in different assignments all over the country.<br><br>With core competencies in IT Strategy management, software change management, e-commerce-based development and software engineering, we are uniquely positioned to help manage and implement business solutions.<br><br>DCR is headquartered in Delray Beach, FL and has offices in Central Florida and New York. Overseas, DCR has offices in India.</DIV>');
		 window.document.layers["content"].document.close(); }
	else	{
        document.all.text.innerHTML = '<SPAN CLASS="subtexthead">OUR STORY:</SPAN><br><br>DCR was founded in 1995 as a technology and engineering consulting company specializing in providing timely solutions for business needs. Today its services range from project support to complete project management of enterprise solutions, with a strong emphasis on managed services, systems integration and E-business. Over the past six years, it has placed over 2000 professionals in different assignments all over the country.<br><br>With core competencies in IT Strategy management, software change management, e-commerce-based development and software engineering, we are uniquely positioned to help manage and implement business solutions.<br><br>DCR is headquartered in Delray Beach, FL and has offices in Central Florida and New York. Overseas, DCR has offices in India.'; }
   	}  
else if (value==2) {
if (document.layers) {
          window.document.layers["content"].document.open();
			 window.document.layers["content"].document.write('<DIV CLASS="subtext" ALIGN="JUSTIFY" ID="text"><SPAN CLASS="subtexthead">VISION:</SPAN><br><br>Quality and on time fulfillment has been the primary driving force for DCR over the years. One of the primary factors that have funded our growth has been our commitment to measurable quality. We have defined matrices that track the quality of our service to our clients as well as support for our consultants. Together these have ensured that we are able to retain our customers as well as consultants.<br><br>Our vision is to deliver and maintain world-class solutions to our customers to help them do their business better.</DIV>');
			 window.document.layers["content"].document.close(); }
	else 	{
       	 document.all.text.innerHTML = '<SPAN CLASS="subtexthead">VISION:</SPAN><br><br>Quality and on time fulfillment has been the primary driving force for DCR over the years. One of the primary factors that have funded our growth has been our commitment to measurable quality. We have defined matrices that track the quality of our service to our clients as well as support for our consultants. Together these have ensured that we are able to retain our customers as well as consultants.<br><br>Our vision is to deliver and maintain world-class solutions to our customers to help them do their business better.'; }
   	}  	
	
else if (value==3) {
if (document.layers) {
          window.document.layers["content"].document.open();
			 window.document.layers["content"].document.write('<DIV CLASS="subtext" ALIGN="JUSTIFY" ID="text"><SPAN CLASS="subtexthead">INVESTOR RELATIONS:</SPAN><br><br>With over 100 man-years of management experience in the areas of engineering, technology and business process management, DCR has become the vendor of choice for several Fortune 500 companies.<BR>Our key strategies in 2001-2002 are:<UL><LI>Enhance working capital management.</LI><LI>Promote managed services sector.</LI> <LI>Invest in high margin growth areas.</LI><LI>Invest in training for the future.</LI> <LI>Create turn key service offerings.</LI></UL>For Investor Relations package, please send an email with your name, address, contact phone number and investment interest to <a href="mailto:invest@dcr-inc.com">invest@dcr-inc.com</a></DIV>');
			 window.document.layers["content"].document.close(); }
	else 	{
       	 document.all.text.innerHTML = '<SPAN CLASS="subtexthead">INVESTOR RELATIONS:</SPAN><br><br>With over 100 man-years of management experience in the areas of engineering, technology and business process management, DCR has become the vendor of choice for several Fortune 500 companies.<BR>Our key strategies in 2001-2002 are:<UL><LI>Enhance working capital management.</LI><LI>Promote managed services sector.</LI> <LI>Invest in high margin growth areas.</LI><LI>Invest in training for the future.</LI> <LI>Create turn key service offerings.</LI></UL>For Investor Relations package, please send an email with your name, address, contact phone number and investment interest to <a href="mailto:invest@dcr-inc.com">invest@dcr-inc.com</a>'; }
   	}  
}
 //end of showdef function