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><FORM NAME=CopyrightMail ACTION="../html/CopyrightMail.php" METHOD=post><INPUT TYPE=hidden NAME=ReturnPageName VALUE="the pictures of Paris"><INPUT TYPE=hidden NAME=PhotoAddress VALUE="'+window.location+'"><INPUT TYPE=hidden NAME=PhotoName VALUE="a photograph entitled, &#147;'+document.title+'&#148;"><A HREF="javascript:document.CopyrightMail.submit();" TITLE="Write e-mail and ask your questions about this picture, entitled &#147;'+document.title+'&#148;" OnMouseOver="window.status=\'&Eacute;crire un e-mail et posez vos questions sur cette photo intitul&eacute;e &laquo;'+document.title+'&raquo;.\'; return true;">Written permission</A> is required for any use.</FORM></SPAN></P></DIV></TD></TR><TR><TD COLSPAN=3><P CLASS=copyright><FORM NAME=Mail ACTION="../html/EMailForm.php" METHOD=post CLASS=copyright><INPUT TYPE=hidden NAME=ReturnPageName VALUE="the pictures of Paris"><INPUT TYPE=hidden NAME=PhotoAddress VALUE="'+window.location+'"><INPUT TYPE=hidden NAME=PhotoName VALUE="a photograph entitled, &#147;'+document.title+'&#148;">Photograph by <STRONG>David Henry<BR><EM>Contact:</EM> <A HREF="javascript:document.Mail.submit();" 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></STRONG><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 pictures of Paris at: <A CLASS=outlink HREF="http://www.davidphenry.com/Paris/">http://www.davidphenry.com/Paris/</A></FORM></P><FORM NAME=Order ACTION="http://www.davidphenry.com/howtoorder.php" METHOD=post><INPUT TYPE=hidden NAME=ReturnPageName VALUE=Paris><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)
}

preloadNextPrev();