function showfoto(name,fotoki, w, h){
var foto = '
';
document.write(foto)
}
function zoomthis(pic, w, h, d){
var LinkStyle = '點選這裡看大尺寸的照片(' + w + '*' + h + ')'
document.write(LinkStyle)
}
function showZoomfoto(p,w,h,d){
var winw = eval(w) + 25
var winh = eval(h) + 45
var winleft = (screen.width - w) / 2;
var wintop = (screen.height - h) / 2 - 28;
var winprop = 'width=' + winw +
',height=' + winh +
',left=' + winleft +
',top=' + wintop +
',scrollbars=0,resizable=0'
var fotowin = window.open("","zoomView",winprop);
var cnt = 'foto by chiron - ' + d + ''
cnt += ''
cnt += ''
fotowin.document.open()
fotowin.document.write(cnt)
fotowin.document.close()
}
function showcomment(){
var cmturl = 'guestbook?openview&Start=1&count=20'
var cmticon = '
'
document.write('')
//document.write('')
}