// JavaScript Document<script>
function open_presentation(){
	var scr_width=screen.width/2-390
	var win=window.open("http://www.butcher.co.il/flash","","width=780,height=670,top=0,left="+scr_width)
}
