<? php if(!empty($Type) || !empty($Country)){ ?>
<?php } ?>
Can you find the parse error?
I think a control structure needs an argument...also, try <?php without the space:
<?php
if(!empty($Type) || !empty($Country)){ //argument(); }
?>
If this is wrong please post.