<?php 
$id_menu = 7;
include ("header.php"); ?>
<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
           
    <?php include ("common_in_head.php"); ?> 
           
</head>
<body>	
	<div class="container">

		<?php include('menu.php'); ?>
        
        <div class="content_holder">	            
        	
            <div class="gradient"></div>
            
	        <div class="content_inner">
            	<div class="resize_content" id="resize_content">
					
					<?php include('inc_top_images.php'); ?>
                        
                    <section class="content">
					
                        <header class="page_title">
                            contact us
                            <div class="title_line"></div>
                        </header>
                        
                        <?php
						if (isset($_SESSION[$sessionName.'form_reply']))
						{
							$reply_flag = $_SESSION[$sessionName.'form_reply'];
							echo '<div class="message">';
								if ($reply_flag==1)
									echo $trans_formAns_career[$lang];  
								else if ($reply_flag==2)
									echo $trans_formReply_email[$lang];  
								else if ($reply_flag==3)
									echo $trans_formReply_wrongCode[$lang];  
								else if ($reply_flag==4)
									echo $trans_formReply_notSent[$lang]; 
							echo '</div>';
						}
						?>
                        
                        <p>If you are interested and want more information just complete the form below and will get back to you promptly.</p>

                        <form id="ContactForm" action="mail_send.php" method="post">
                            <input type="hidden" name="back" value="<?php echo $websiteURL.$link_ext.$pagename; ?>" />
                            <input type="hidden" name="subject" value="<?php echo $websiteTitle." - ".$page_title; ?>" />
                            <input type="hidden" name="replyMessage" value="<?php echo $trans_formAns_request[$lang]; ?>" />
                            <input type="hidden" name="temp_lang" value="<?php echo $lang; ?>" />
                            <input type="hidden" id="addTrackCode" value="" />
                            
                            <input type="text" id="check" value="" style="display:none" />
                            
                            <div class="form"> 
                                                                                                           
                                <div class="left_col">
                                    <div class="form_line">
    	                                <label><?php echo remove_tonos($trans_form_FirstName[$lang]) ?> <span class="star">*</span></label>
	                                    <input type="text" id="FirstName" name="First_name" value="" class="input required" />
                                    </div>
                                    <div class="form_line">
                                        <label><?php echo remove_tonos($trans_form_LastName[$lang]) ?> <span class="star">*</span></label>
                                        <input type="text" id="LastName" name="Last_name" value="" class="input required" />        
 						            </div>
                                    <div class="form_line">                               
                                        <label><?php echo remove_tonos($trans_form_Email[$lang]) ?> <span class="star">*</span></label>
                                        <input type="text" id="Email" name="Email" value="" class="input required email" />
						            </div>
                                    <div class="form_line">
                                        <label><?php echo remove_tonos($trans_form_Message[$lang]) ?></label>
                                        <textarea  id="Message" name="Message" cols="" rows="" class="textarea"></textarea>
						            </div> 
                                    <div class="form_line">
                                        <div class="security_code">
                                            <label class="security_code_label"><abbr title="<?php echo $trans_form_spamMsg[$lang]; ?>"><?php echo do_uppercase($trans_form_Security_Code[$lang]); ?>  <span class="star">*</span></abbr></label>
                                            <img src="<?php echo $websiteURL; ?>RandomImage/RandomImage.php" alt="" />
                                        </div>
                                        <input type="text" id="Security_code" name="securitycode" value="" class="input_small required number" />        
                                        <br clear="all"/>
						            </div>
                               </div>
                               
                               <div class="right_col">                        
                                    <div class="red_titles">
                                        <div class="accordion_toggle_inner">
                                            <span class="accordion_icon"></span>
                                            <span class="accordion_title">jHI Audit Kyriacou &amp; Partners Ltd</span>
                                            <span class="accordion_line"></span>
                                            <br clear="all"/>
                                        </div>
	                                </div>

                                    <div class="contact_text"><p>Accountants, Auditors, and Business Consultants <br /> 
                                    16 Zenas Kanther Str. Karandokis Bldg, 7th floor <br />
                                    P.O. Box 22571, 1522 Nicosia / Cyprus  <br />
                                    Tel. +357 22 818882 - Fax +357 22 818883 <br />
                                    Email: <a href="mailto:info@jhi-cy.com?subject=<?php echo $websiteTitle ?> Contact">info@jhi-cy.com</a></p> 
                                    </div>                                
                                        
                                    <div class="red_titles">
                                        <div class="accordion_toggle_inner">
                                            <span class="accordion_icon"></span>
                                            <span class="accordion_title">GALLOR Certified Public Accountants</span>
                                            <span class="accordion_line"></span>
                                            <br clear="all"/>
                                        </div>
	                                </div>

                                    <div class="contact_text"><p>23 Shota Rustaveli, Suite 8, Kiev, 01019 / Ukraine<br />
                                    Email: <a href="info@jhi-cy.com?subject=<?php echo $websiteTitle ?> Contact">info@jhi-cy.com</a></p>
                                    </div>
                                                                                        
                                </div>                        
                            
                                <br clear="all"/>
                            </div>                        
                            
                            <div class="submit_button">
                                <input type="button" value="<?php echo remove_tonos($trans_form_Submit[$lang]) ?>" onclick="check_form('ContactForm');" class="submit" />                                
                            </div>                            
                        </form>                        
                    </section>

                </div>
                
                <?php include('footer.php'); ?>
				
            </div>                   
        </div>           
    </div>
</body>
</html>
<?php include ("bottom.php"); ?>