MyWinb= null;


function calB(){
  if(!MyWinb){MyWinb= window.open("","email","scrollbars=yes,resizable=yes,top=200,left=300,height=380,width=450")
var str='';
str+='<style type="text\/css">';
str+='<!--';
str+='.style1 {';
str+='	font-size: 12px;';
str+='	font-family: Arial, Helvetica, sans-serif;';
str+='}';
str+='-->';
str+='<\/style>';

str+='<form name="form1" method="post" action="php.formmail.php">';
str+='<p class="style1">Call Back Request';
str+='<\/p>';
str+='<p align="justify" class="style1">If you have a query, or would like us to call you back with pricing or a quotation, please fill out the form below and we will get back to you as soon as possible.<\/p>';
str+='<table width="100%"  border="0" cellspacing="0" cellpadding="10">';
str+='  <tr>';
str+='    <td> <label for="realname" class="style1">Name<\/label><\/td>';
str+='    <td><input type="text" name="realname" id="realname" size="35"><\/td>';
str+='  <\/tr>';
str+='  <tr>';
str+='    <td><label for="phone" class="style1">Tel No.(s) <\/label><\/td>';
str+='    <td><input name="phone" type="text" id="phone" size="35"><\/td>';
str+='  <\/tr>';
str+='  <tr>';
str+='    <td><label for="Query" class="style1">Query<\/label><\/td>';
str+='    <td><textarea name="textarea" cols="35" id="Query"><\/textarea>';
str+='<p class="style1"><label for="Submit">Submit<\/label>';
str+='   <input type="submit" name="Submit" value="Submit" id="Submit">';
str+='    <label for="label">Reset<\/label>';
str+='    <input type="reset" name="Submit2" value="Reset" id="label"><\/p>';
str+='<\/td>';
str+='  <\/tr>';
str+='<\/table>';
str+='<input name="callback" type="hidden" value="call back top pages">';
str+='<input name="email" type="hidden" value="info@adremit.co.uk">';
str+='<p align="justify" class="style1">Note: We will endeavour to reply to your call request as soon as possible, however our reply will be to UK numbers only (landlines and mobiles) and within our normal working hours.<\/p>';
str+='<\/form>';


          MyWinb.document.write(str);
          MyWinb.document.close();
  }
  else{ 
    MyWinb.close();MyWinb=null; 

  } 
}




function Nonb(){
  if(MyWinb){MyWinb.close();MyWinb=null}
  else{MyWinb=null}

}
