function newWinwide(image) {newwindow=window.open('','','width=640,height=480,scrollbars=no,status=no,toolbar=no,resizable=no')newwindow.focus()var markup="<html><head><title>Peter Bisson Yoga</title></head><body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 rightmargin=0 bottommargin=0><img src='"+image+"' width=640 height=480><BR>"newwindow.document.write(markup)	}function newWinsuperwide(image) {newwindow=window.open('','','width=640,height=320,scrollbars=no,status=no,toolbar=no,resizable=no')newwindow.focus()var markup="<html><head><title>Peter Bisson Yoga</title></head><body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 rightmargin=0 bottommargin=0><img src='"+image+"' width=640 height=320><BR>"newwindow.document.write(markup)	}function newWintall(image) {newwindow=window.open('','','width=320,height=480,scrollbars=no,status=no,toolbar=no,resizable=no')newwindow.focus()var markup="<html><head><title>Peter Bisson Yoga</title></head><body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 rightmargin=0 bottommargin=0><img src='"+image+"' width=320 height=480><BR>"newwindow.document.write(markup)	}function newWinsupertall(image) {newwindow=window.open('','','width=240,height=480,scrollbars=no,status=no,toolbar=no,resizable=no')newwindow.focus()var markup="<html><head><title>Peter Bisson Yoga</title></head><body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 rightmargin=0 bottommargin=0><img src='"+image+"' width=240 height=480><BR>"newwindow.document.write(markup)	}