function maximizeWin() {
if (window.screen) {
var aw = screen.availWidth;
var ah = screen.availHeight;

if (aw >= 1024) {
aw = 1024
ah = 830
AvailaWidth = screen.availWidth-1024
AvailaHeight = screen.availHeight-830
margin = AvailaWidth/2
marginVert = AvailaHeight/2
window.moveTo(margin,marginVert);
window.resizeTo(aw, ah);
} else {
if (aw <= 1023) {
aw = screen.availWidth;
ah = screen.availHeight;
window.moveTo(0,0);
window.resizeTo(aw, ah);
}
}
}
}
maximizeWin()

me = "info";
site = "davidphenry.com";
document.write('<DIV CLASS=copyright>This photograph, at: <SPAN CLASS=nb><A CLASS=outlink HREF="'+window.location+'" OnMouseOver="status=\''+document.title+'\'; return true;" TITLE="'+document.title+'">'+window.location+'</A>,</SPAN> <SPAN CLASS=nb>is &copy; 2010, David Henry, all rights reserved.</SPAN><P CLASS=copyright ALIGN=center><SPAN CLASS=nb><A CLASS=contact HREF="mailto:'+me+'@'+site+'\?body\=I\'m interested in this photograph entitled, '+document.title+', located at: '+window.location+'" OnMouseOver="window.status=\'I have many more photographs than are exhibited here&#133; let me know what sort of pictures you are interested in.\'; return true;">Written permission</A> is required for any use.</SPAN></P></DIV></TD></TR><TR><TD COLSPAN=3><P CLASS=copyright>Photograph by <STRONG>David Henry<BR><EM>Contact:</EM></STRONG> <A CLASS=contact HREF="mailto:'+me+'@'+site+'" TITLE="Many other pictures were taken at each photo shoot, so there are plenty of other choices if you don&#146;t see exactly what you are looking for" OnMouseOver="window.status=\'I have many more photographs than are exhibited here&#133; let me know what sort of pictures you are interested in.\'; return true;">'+me+'@'+site+'</A><BR><STRONG>Phone</STRONG>: <SPAN CLASS=nb TITLE="Dial 336 33 65 51 19 from outside France">06 33 65 51 19</SPAN><BR>You can see more portraits of Paris at: <A CLASS=outlink HREF="http://www.davidphenry.com/portraits/">http://www.davidphenry.com/portraits/</A></P><FORM NAME=Order ACTION="http://www.davidphenry.com/howtoorder.php" METHOD=post><INPUT TYPE=hidden NAME=ReturnPageName VALUE=portraits><INPUT TYPE=hidden NAME=PhotoAddress VALUE="'+window.location+'"><INPUT TYPE=hidden NAME=PhotoName VALUE="a photograph entitled, &#147;'+document.title+'&#148;"><P CLASS=OrderButton>');

if (window.print) { document.write('<A HREF="javascript:void(0);" OnMouseOver="window.status=\'Imprimer cette page\'; return true;" OnClick="javascript:window.print()"><IMG SRC="../images/PrintButton.gif" ALT="Print this photograph" WIDTH=85 HEIGHT=20 VSPACE=1 BORDER=0 ALIGN=top></A>'); }
function addbookmark(){
if (document.all)
window.external.AddFavorite(location.href, document.title)
}