function wopen(url, name , h , w , nameposte ) 
{
	w += 32; 
	h += 96; 
	var win = window.open(url, name, 'width=' + w + ', height=' + h + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=no, resizable=no');
	win.document.write ( "<html><head><title>Send Your Resume</title></head><body><form method='POST' ");
	win.document.write ( "ENCTYPE='multipart/form-data' action='http://www.brassard.ca/emailcv_ang/sendmail.asp' ID='Form1'>");
	win.document.write ( "<table BORDER='0' ID='Table1'><tr><td colspan=2 valign='top'>All fields marqued with <span style='color: #ff0000'>*</span> are required</td></tr>");
	win.document.write ( "<tr><td valign='top'>First Name</td>");
	win.document.write ( "<td><input id='prenomuser' name='prenomuser' size='39'></textarea><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td valign='top'>Last Name</td>");
	win.document.write ( "<td><input id='nom_user' name='nom_user' size='39'></textarea><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td>Your e-mail address</td>");
	win.document.write ( "<td><input id='tx_from' type='text' name='tx_from' size='39'><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td>Position</td>");
	win.document.write ( "<td><input id='posteuser' type='text' name='posteuser' size='39'readonly=true value='");
	win.document.write (nameposte);
	win.document.write ( "' ><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr>");
	win.document.write ( "<td>Attach your<br>personnal resume</td>");
	win.document.write ( "<td><input type='FILE' size='50' name='FILE1' ID='File1'><span style='color: #ff0000'>*</span></td></tr><tr>");
	win.document.write ( "<td align='center'><input type='SUBMIT' value='Send Resume' ID='Submit1' NAME='Submit1'>");
	win.document.write ( "</td></tr></table></form></body></html>");
	win.resizeTo(w, h); 
	win.focus(); }

function wopenf(url, name , h , w , nameposte ) 
{
	w += 32; 
	h += 96; 
	var win = window.open(url, name, 'width=' + w + ', height=' + h + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=no, resizable=no');
	win.document.write ( "<html><head><title>Envoyez Votre R&eacute;sum&eacute;</title></head><body><form method='POST' ");
	win.document.write ( "ENCTYPE='multipart/form-data' action='http://www.brassard.ca/emailcv_ang/sendmailfr.asp' ID='Form1'>");
	win.document.write ( "<table BORDER='0' ID='Table1'><tr><td colspan=2 valign='top'>Tous les champs marqu&eacute;s d'un <span style='color: #ff0000'>*</span> sont requis</td></tr>");
	win.document.write ( "<tr><td valign='top'>Pr&eacute;nom</td>");
	win.document.write ( "<td><input id='prenomuser' name='prenomuser' size='39'></textarea><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td valign='top'>Nom</td>");
	win.document.write ( "<td><input id='nom_user' name='nom_user' size='39'></textarea><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td>Votre adresse<br> de courriel</td>");
	win.document.write ( "<td><input id='tx_from' type='text' name='tx_from' size='39'><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr><td>Poste</td>");
	win.document.write ( "<td><input id='posteuser' type='text' name='posteuser' size='39'readonly=true value='");
	win.document.write ( nameposte );
	win.document.write ( "' ><span style='color: #ff0000'>*</span></td>");
	win.document.write ( "</tr><tr>");
	win.document.write ( "<td>Joindre votre<br>CV</td>");
	win.document.write ( "<td><input type='FILE' size='50' name='FILE1' ID='File1'><span style='color: #ff0000'>*</span></td></tr><tr>");
	win.document.write ( "<td align='center'><input type='SUBMIT' value='Envoyer' ID='Submit1' NAME='Submit1'>");
	win.document.write ( "</td></tr></table></form></body></html>");
	win.resizeTo(w, h); 
	win.focus(); }



