/* function for creating first cell of Vertical Table */

function vertical_table_Cell_creation()
{
	     document.write("<table class=vert_first_cell_table>");
  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Product Overview");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

 document.write("<tr>");
    document.write("<td  class=table_cell id='features'>");
      document.write("<a href=\"featuresCollabCAD.html\" onfocus=\"document.getElementById('features').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('features').style.backgroundColor=\'#ffc469\';\">");
      document.write("Features");
	document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("</tr>");
    


/*document.write("<tr>");
    document.write("<td class=table_cell id='map'>");
      document.write("<a href=\"Road_Map.html\"  onfocus=\"document.getElementById('map').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('map').style.backgroundColor=\'#ffc469\';\">");
        document.write("Road Map");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");*/


document.write("<tr>");
    document.write("<td class=table_cell id='snaps'>");
      document.write("<a href=\"sample_parts.html\" onfocus=\"document.getElementById('snaps').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('snaps').style.backgroundColor=\'#ffc469\';\">");
        document.write("Screenshots");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=table_cell id='version'>");
      document.write("<a href=\"versionCollabCAD.html\" onfocus=\"document.getElementById('version').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('version').style.backgroundColor=\'#ffc469\';\">");
        document.write("Version History");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

 document.write("<tr>");
    document.write("<td class=table_cell id='modelling'>");
      document.write("<a href=\"documents/CollabCAD_Modeling_Philosophy_and_PLM_Strategy.pdf\" onfocus=\"document.getElementById('modelling').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('modelling').style.backgroundColor=\'#ffc469\';\">");
        document.write("Modelling Philosphy");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Support" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


document.write("<tr>");
    document.write("<td class=table_cell id='tech_support' >");
      document.write("<a href=\"technical_support.html\" onfocus=\"document.getElementById('tech_support').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('tech_support').style.backgroundColor=\'#ffc469\';\">");
        document.write("Technical Support");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='support'>");
      document.write("<a href=\"training_support.html\" onfocus=\"document.getElementById('support').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('support').style.backgroundColor=\'#ffc469\';\">");
        document.write("Support and Training ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='distributors'>");
      document.write("<a href=\"distributors.html\" onfocus=\"document.getElementById('distributors').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('distributors').style.backgroundColor=\'#ffc469\';return true;\">");
        document.write("Distributors");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Quick Links" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
	document.write("<td class=table_cell id='license'>");
      document.write("<a href=\"license.html\" onfocus=\"document.getElementById('license').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('license').style.backgroundColor=\'#ffc469\';\">");
        document.write("Download");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='faq'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/jsp/FaqQuestion.jsp\" onfocus=\"document.getElementById('faq').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('faq').style.backgroundColor=\'#ffc469\';\">");
        document.write("FAQ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

  document.write("<tr>");
    document.write("<td class=table_cell id='feedback'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/Feedback.html\" onfocus=\"document.getElementById('feedback').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('feedback').style.backgroundColor=\'#ffc469\';\">");
        document.write("FeedBack");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");


    

  /*document.write("<tr>");
    document.write("<td class=table_cell id='newsletter'>");
      document.write("<a href=\"collabcad_news.html\" target=\"_blank\" onfocus=\"document.getElementById('newsletter').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('newsletter').style.backgroundColor=\'#ffc469\';\">");
        document.write("NewsLetters");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");
*/
document.write("</table>");

}







/*function for creating Horizontal table start */


function horizontal_table_create()
{

document.write("<table width=100% class=horz_table>");
   document.write("<tr>");
     document.write("<td class=horiz_cell  id='home'>");
       document.write("<a class =\"t1\" href=\"index.html\" onfocus=\"document.getElementById('home').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('home').style.backgroundColor=\'#6699ff\';\">");
         document.write("Home");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='about' >");
       document.write("<a =\"t1\" href=\"whatis_CollabCAD.html\" onfocus=\"document.getElementById('about').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('about').style.backgroundColor=\'#6699ff\';\">");
         document.write("About CollabCAD");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='site' >");
       document.write("<a =\"t1\" href=\"http://www.nic.in\" target=\"_blank\" onfocus=\"document.getElementById('site').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site').style.backgroundColor=\'#6699ff\';\">");
         document.write("National Informatics Centre");
       document.write("</a>");
     document.write("</td>");

     document.write("<td class=horiz_cell  id='site_map'>");
       document.write("<a =\"t1\" href=\"site_map.html\" onfocus=\"document.getElementById('site_map').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site_map').style.backgroundColor=\'#6699ff\';\">");
         document.write("Site Map");
       document.write("</a>");
     document.write("</td>");


     document.write("<td class=horiz_cell  id='contactus'>");
       document.write("<a =\"t1\" href=\"contact_us.html\" onfocus=\"document.getElementById('contactus').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('contactus').style.backgroundColor=\'#6699ff\';\">");
         document.write("Contact us");
       document.write("</a>");
     document.write("</td>");


   document.write("</tr>");
document.write("</table>");

}







/*function for displaying copy right*/


function copy_right()
{

document.write("<table class=copy_right_table>");
  document.write("<tr>");
    document.write("<td class=copy_right>");
       document.write("Copyright  &copy; 1999-2011<br>CAD Group, National Informatics Centre, Department of IT, Ministry of Communications and Information and Technology, India<br>All Trademarks, Logos are properties of their respective owners.");
    document.write("</td>");
  document.write("</tr>");
document.write("</table>");

}


//These functions are used in sitemap page for newletter link and National Informatics Centre through javascript

function newsletter()
{

      document.write("<a href=\"collabcad_news.html\" target=\"_blank\">");
       document.write("NewsLetter");
      document.write("</a>");
}


function LinksTo_websites()
{

      document.write("<a href=\"http://www.nic.in\" target=\"_blank\">");
       document.write("Links to Websites of Government of India and more Information");
      document.write("</a>");
}



//This code is used for pages install_instructions.html and getting_started.htmlthrough javascript


function vertical_table_Cell_creation_separate()
{
	     document.write("<table class=vert_first_cell_table>");
  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Product Overview");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

 document.write("<tr>");
    document.write("<td  class=table_cell id='features1'>");
      document.write("<a href=\"../featuresCollabCAD.html\" onfocus=\"document.getElementById('features1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('features1').style.backgroundColor=\'#ffc469\';\">");
      document.write("Features");
	document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("</tr>");
    


/*document.write("<tr>");
    document.write("<td class=table_cell id='map'>");
      document.write("<a href=\"Road_Map.html\"  onfocus=\"document.getElementById('map').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('map').style.backgroundColor=\'#ffc469\';\">");
        document.write("Road Map");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");*/


document.write("<tr>");
    document.write("<td class=table_cell id='snaps1'>");
      document.write("<a href=\"../sample_parts.html\" onfocus=\"document.getElementById('snaps1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('snaps1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Screenshots");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=table_cell id='version1'>");
      document.write("<a href=\"../versionCollabCAD.html\" onfocus=\"document.getElementById('version1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('version1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Version History");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

 document.write("<tr>");
    document.write("<td class=table_cell id='modelling1'>");
      document.write("<a href=\"../documents/CollabCAD_Modeling_Philosophy_and_PLM_Strategy.pdf\" onfocus=\"document.getElementById('modelling1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('modelling1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Modelling Philosphy");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Support" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


document.write("<tr>");
    document.write("<td class=table_cell id='tech_support1' >");
      document.write("<a href=\"../technical_support.html\" onfocus=\"document.getElementById('tech_support1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('tech_support1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Technical Support");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='support1'>");
      document.write("<a href=\"../training_support.html\" onfocus=\"document.getElementById('support1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('support1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Support and Training ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='distributors1'>");
      document.write("<a href=\"../distributors.html\" onfocus=\"document.getElementById('distributors1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('distributors1').style.backgroundColor=\'#ffc469\';return true;\">");
        document.write("Distributors");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Quick Links" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
	document.write("<td class=table_cell id='license1'>");
      document.write("<a href=\"../license.html\" onfocus=\"document.getElementById('license1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('license1').style.backgroundColor=\'#ffc469\';\">");
        document.write("Download");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='faq1'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/jsp/FaqQuestion.jsp\" onfocus=\"document.getElementById('faq1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('faq1').style.backgroundColor=\'#ffc469\';\">");
        document.write("FAQ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

  document.write("<tr>");
    document.write("<td class=table_cell id='feedback1'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/Feedback.html\" onfocus=\"document.getElementById('feedback1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('feedback1').style.backgroundColor=\'#ffc469\';\">");
        document.write("FeedBack");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");


    

  /*document.write("<tr>");
    document.write("<td class=table_cell id='newsletter'>");
      document.write("<a href=\"collabcad_news.html\" target=\"_blank\" onfocus=\"document.getElementById('newsletter').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('newsletter').style.backgroundColor=\'#ffc469\';\">");
        document.write("NewsLetters");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");
*/
document.write("</table>");
}


function horizontal_table_create_separate()
{

document.write("<table width=100% class=horz_table>");
   document.write("<tr>");
     document.write("<td class=horiz_cell  id='home1'>");
       document.write("<a class =\"t1\" href=\"../index.html\" onfocus=\"document.getElementById('home1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('home1').style.backgroundColor=\'#6699ff\';\">");
         document.write("Home");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='about1' >");
       document.write("<a =\"t1\" href=\"../whatis_CollabCAD.html\" onfocus=\"document.getElementById('about1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('about1').style.backgroundColor=\'#6699ff\';\">");
         document.write("About CollabCAD");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='site1' >");
       document.write("<a =\"t1\" href=\"http://www.nic.in\" target=\"_blank\" onfocus=\"document.getElementById('site1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site1').style.backgroundColor=\'#6699ff\';\">");
         document.write("National Informatics Centre");
       document.write("</a>");
     document.write("</td>");

     document.write("<td class=horiz_cell  id='site_map1'>");
       document.write("<a =\"t1\" href=\"../site_map.html\" onfocus=\"document.getElementById('site_map1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site_map1').style.backgroundColor=\'#6699ff\';\">");
         document.write("Site Map");
       document.write("</a>");
     document.write("</td>");


     document.write("<td class=horiz_cell  id='contactus1'>");
       document.write("<a =\"t1\" href=\"../contact_us.html\" onfocus=\"document.getElementById('contactus1').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('contactus1').style.backgroundColor=\'#6699ff\';\">");
         document.write("Contact us");
       document.write("</a>");
     document.write("</td>");


   document.write("</tr>");
document.write("</table>");


}


function vertical_table_Cell_creation_for_registration()
{
 	     document.write("<table class=vert_first_cell_table>");
  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Product Overview");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

 document.write("<tr>");
    document.write("<td  class=table_cell id='features2'>");
      document.write("<a href=\"/featuresCollabCAD.html\" onfocus=\"document.getElementById('features2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('features2').style.backgroundColor=\'#ffc469\';\">");
      document.write("Features");
	document.write("</td>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='snaps2'>");
      document.write("<a href=\"/sample_parts.html\" onfocus=\"document.getElementById('snaps2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('snaps2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Screenshots");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=table_cell id='version2'>");
      document.write("<a href=\"/versionCollabCAD.html\" onfocus=\"document.getElementById('version2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('version2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Version History");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");

/*
document.write("<tr>");
    document.write("<td class=table_cell onmouseover=\"this.style.backgroundColor=\'#fee5ac\';window.status=\'Road Map of CollabCAD\';\" + onmouseout=\"this.style.backgroundColor=\'#ffc469\';\">");
      document.write("<a href=\"/Road_Map.html\">");
        document.write("Road Map");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");
*/



  

  /*document.write("<tr>");
    document.write("<td class=table_cell onmouseover=\"this.style.backgroundColor=\'#fee5ac\';window.status=\'News,Letters\';\" + onmouseout=\"this.style.backgroundColor=\'#ffc469\';\">");
      document.write("<a href=\"/collabcad_news.html\" target=\"_blank\">");
        document.write("NewsLetters");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("</table>");

document.write("<tr>");
document.write("</tr>");*/
    


/*document.write("<tr>");
    document.write("<td class=table_cell id='map'>");
      document.write("<a href=\"Road_Map.html\"  onfocus=\"document.getElementById('map').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('map').style.backgroundColor=\'#ffc469\';\">");
        document.write("Road Map");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");*/


 document.write("<tr>");
    document.write("<td class=table_cell id='modelling2'>");
      document.write("<a href=\"/documents/CollabCAD_Modeling_Philosophy_and_PLM_Strategy.pdf\" onfocus=\"document.getElementById('modelling2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('modelling2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Modelling Philosphy");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");


  document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Support" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='tech_support2' >");
      document.write("<a href=\"/technical_support.html\" onfocus=\"document.getElementById('tech_support2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('tech_support2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Technical Support");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='support2'>");
      document.write("<a href=\"/training_support.html\" onfocus=\"document.getElementById('support2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('support2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Support and Training ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='distributors2'>");
      document.write("<a href=\"/distributors.html\" onfocus=\"document.getElementById('distributors2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('distributors2').style.backgroundColor=\'#ffc469\';return true;\">");
        document.write("Distributors");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=cell_heading>");
        document.write("Quick Links" );
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
	document.write("<td class=table_cell id='license2'>");
      document.write("<a href=\"/license.html\" onfocus=\"document.getElementById('license2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('license2').style.backgroundColor=\'#ffc469\';\">");
        document.write("Download");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

document.write("<tr>");
    document.write("<td class=table_cell id='faq2'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/jsp/FaqQuestion.jsp\" onfocus=\"document.getElementById('faq2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('faq2').style.backgroundColor=\'#ffc469\';\">");
        document.write("FAQ");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");

document.write("<tr>");
document.write("</tr>");

  document.write("<tr>");
    document.write("<td class=table_cell id='feedback2'>");
      document.write("<a href=\"https://www.collabcad.gov.in/ccadbets/Feedback.html\" onfocus=\"document.getElementById('feedback2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('feedback2').style.backgroundColor=\'#ffc469\';\">");
        document.write("FeedBack");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");


    

  /*document.write("<tr>");
    document.write("<td class=table_cell id='newsletter'>");
      document.write("<a href=\"collabcad_news.html\" target=\"_blank\" onfocus=\"document.getElementById('newsletter').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('newsletter').style.backgroundColor=\'#ffc469\';\">");
        document.write("NewsLetters");
      document.write("</a>");
    document.write("</td>");
  document.write("</tr>");
*/
document.write("</table>");

}

function horizontal_table_Cell_creation_for_registration()
{

document.write("<table width=100% class=horz_table>");
   document.write("<tr>");
     document.write("<td class=horiz_cell  id='home2'>");
       document.write("<a class =\"t1\" href=\"/index.html\" onfocus=\"document.getElementById('home2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('home2').style.backgroundColor=\'#6699ff\';\">");
         document.write("Home");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='about2' >");
       document.write("<a =\"t1\" href=\"/whatis_CollabCAD.html\" onfocus=\"document.getElementById('about2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('about2').style.backgroundColor=\'#6699ff\';\">");
         document.write("About CollabCAD");
       document.write("</a>");
     document.write("</td>");

    document.write("<td class=horiz_cell  id='site2' >");
       document.write("<a =\"t1\" href=\"http://www.nic.in\" target=\"_blank\" onfocus=\"document.getElementById('site2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site2').style.backgroundColor=\'#6699ff\';\">");
         document.write("National Informatics Centre");
       document.write("</a>");
     document.write("</td>");

     document.write("<td class=horiz_cell  id='site_map2'>");
       document.write("<a =\"t1\" href=\"/site_map.html\" onfocus=\"document.getElementById('site_map2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('site_map2').style.backgroundColor=\'#6699ff\';\">");
         document.write("Site Map");
       document.write("</a>");
     document.write("</td>");


     document.write("<td class=horiz_cell  id='contactus2'>");
       document.write("<a =\"t1\" href=\"/contact_us.html\" onfocus=\"document.getElementById('contactus2').style.backgroundColor=\'#fee5ac\';\" + onblur=\"document.getElementById('contactus2').style.backgroundColor=\'#6699ff\';\">");
         document.write("Contact us");
       document.write("</a>");
     document.write("</td>");


   document.write("</tr>");
document.write("</table>");
}




