function newFlash(a,b){ var s = navigator.userAgent.toLowerCase(); var e = 1; var o = 0;if(s.indexOf ("opera") != -1) e = 0;if(s.indexOf ("msie") != -1) var o = 1; if(s.indexOf ("msie") != -1 && s.indexOf ("mac") != -1) var o = 0; if(s.indexOf ("safari") != -1 || s.indexOf ("opera") != -1) var o = 1; if(s.indexOf ("firefox") != -1 || s.indexOf ("netscape") != -1) var o = 0; document.write((o == 1) ?  '<object id="flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%"><param name=movie value='+a+'?player=ActiveX&e='+e+'&'+b+' /></object>' :  '<embed id="flash" src='+a+'?player=PlugIn&'+b+' width=100% height=100% type="application/x-shockwave-flash" allowScriptAccess="sameDomain" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');}
function newWindow(a){ var w=0; var h=0; if(navigator.userAgent.indexOf('Win') != -1){ var w=10; h=34;}; window.open(a,'DPHOTO','width='+(screen.availWidth-w)+',height='+(screen.availHeight-h)+',toolbar=no,scrollbars=no,menubar=no,status=no,top=0,left=0'); }
function setHeight(h){ document.getElementById("flash").height = h;}
function setTitle(a){ document.title=a; }

