//function to show Intel Membership Certificate
//---------------------------------------------
function ShowMembershipCertificate()
{
    window.open("Images/intel_membership_certificate.jpg","MembershipCertificate","resizable=no, height=700 , width=760,top=0,scrollbars=yes");
}

//function to go to valid XHTML 1.0 Transitional URL
//--------------------------------------------------
function GoToValidXHTMLURL()
{
    window.open("http://validator.w3.org/check?uri=http://www.flexntrans.com/Default.php","ValidXHTML","resizable=yes, height=700 , width=760,top=0,scrollbars=yes");
}

//function to go to valid CSS URL
//-------------------------------
function GoToValidCSSURL()
{
    window.open("http://jigsaw.w3.org/css-validator/validator?uri=http://www.flexntrans.com/CSS/Style.css&profile=css21&usermedium=all","ValidCSS","resizable=yes, height=700 , width=760,top=0,scrollbars=yes");
}
