﻿if (inner=="true")
{
document.write('<div id="liveChat">');
document.write('<h2>Contact Support</h2>');
document.write('<p><strong>Contact via Email</strong><br />');
document.write('<a href="../r-tech-solutions-quotation.html?Name=&Email=">Get connected now</a> </p>');
//document.write('<p><strong>Phone</strong><br />');
document.write('<p>Call USA +1-608-358-5824<br />');
document.write('Call BEL +32-488-803-708');
document.write('</p>');
document.write('</div>');
}
else
{
document.write('<div id="liveChat">');
document.write('<h2>Contact Support</h2>');
document.write('<p><strong>Contact via Email</strong><br />');
document.write('<a href="r-tech-solutions-quotation.html?Name=&Email=">Get connected now</a> </p>');
//document.write('<p><strong>Phone</strong><br />');
document.write('<p>Call USA +1-608-358-5824<br />');
document.write('Call BEL +32-488-803-708');
document.write('</p>');
document.write('</div>');
}