ÿþ<HTML> <HEAD> <TITLE>Intuitive Painting & Fang Shui Paintings - Esther Pomeranitz, Artist & Creator</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1255"> <META NAME="Keywords" CONTENT="intuitive painting, art, paintings, intuitive paintings, gallery, art gallery, oil paintings, esther pomeranitz, fang shui, fang shui paintings, intuitive painting workshops, intuitive painting gatherings"> <META NAME="Description" CONTENT="Intuitive painting & Fang shui paintings and intuitive painting workshops by the artist and creator, Esther Pomeranitz"> <link rel="stylesheet" type="text/css" href="stpom.css"> <style> a:hover{color:#6d7840} </style> <style type="text/css"> /*Example CSS for the two demo scrollers*/ #pscroller1{ width: 163px; height: 160px; border: 1px solid black; padding: 5px; background-color: #ffffff; font-family:arial; font-size:10pt; text-decoration:none; } .someclass{ //class to apply to your scroller(s) if desired } </style> <script type="text/javascript"> /*Example message arrays for the two demo scrollers*/ var pausecontent=new Array() pausecontent[0]='<a href="intuitive_eng.html">Intuitive Painting Gatherings</a><br />Every Monday between 17:30-20:30<br>Registration is open<br>Click here for further details' pausecontent[1]='<a href="book_eng.html" target="_blank">Women Encounters</a><br />and intimate gatherings about the book<br /> The Swan <br>For reservation:<br /> Esther +972-52-2741535' var pausecontent2=new Array() pausecontent2[0]='<a href="http://www.news.com">News.com: Technology and business reports</a>' pausecontent2[1]='<a href="http://www.cnn.com">CNN: Headline and breaking news 24/7</a>' pausecontent2[2]='<a href="http://news.bbc.co.uk">BBC News: UK and international news</a>' </script> <script type="text/javascript"> /*********************************************** * Pausing up-down scroller- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function pausescroller(content, divId, divClass, delay){ this.content=content //message array content this.tickerid=divId //ID of ticker div to display information this.delay=delay //Delay between msg change, in miliseconds. this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1 //index of message array for hidden div document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'</div></div>') var scrollerinstance=this if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false) else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}) else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500) } // ------------------------------------------------------------------- // initialize()- Initialize scroller method. // -Get div objects, set initial positions, start up down animation // ------------------------------------------------------------------- pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid) this.visiblediv=document.getElementById(this.tickerid+"1") this.hiddendiv=document.getElementById(this.tickerid+"2") this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv)) //set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px" this.getinline(this.visiblediv, this.hiddendiv) this.hiddendiv.style.visibility="visible" var scrollerinstance=this document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1} document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0} if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}) setTimeout(function(){scrollerinstance.animateup()}, this.delay) } // ------------------------------------------------------------------- // animateup()- Move the two inner divs of the scroller up and in sync // ------------------------------------------------------------------- pausescroller.prototype.animateup=function(){ var scrollerinstance=this if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px" this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px" setTimeout(function(){scrollerinstance.animateup()}, 50) } else{ this.getinline(this.hiddendiv, this.visiblediv) this.swapdivs() setTimeout(function(){scrollerinstance.setmessage()}, this.delay) } } // ------------------------------------------------------------------- // swapdivs()- Swap between which is the visible and which is the hidden div // ------------------------------------------------------------------- pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv this.visiblediv=this.hiddendiv this.hiddendiv=tempcontainer } pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px" div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px" } // ------------------------------------------------------------------- // setmessage()- Populate the hidden div with the next message before it's visible // ------------------------------------------------------------------- pausescroller.prototype.setmessage=function(){ var scrollerinstance=this if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100) else{ var i=this.hiddendivpointer var ceiling=this.content.length this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1 this.hiddendiv.innerHTML=this.content[this.hiddendivpointer] this.animateup() } } pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"] else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top") else return 0 } </script> </HEAD> <BODY topmargin="0" bgcolor="#CCCCCC"> <table width="800" align="center" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> <tr> <td width="24" height="169"><img src="main_upper_pic1_eng.jpg"></td> <td width="226" height="169" colspan="3"><img src="main_upper_pic2_eng.jpg"></td> <td width="346" height="169" colspan="4"><img src="main_upper_pic3_eng.jpg"></td> <td width="193" height="169" colspan="3"><img src="main_upper_pic4_eng.jpg"></td> <td width="24" height="169"><img src="main_upper_pic5_eng.jpg"></td> </tr> <tr> <td width="24" height="61"><img src="main_green1_eng.jpg"></td> <td width="226" height="61" colspan="3"><img src="main_green2_eng.jpg"></td> <td width="346" height="61" colspan="4"><img src="main_green3_eng.jpg"></td> <td width="193" height="61" colspan="3"><img src="main_green4_eng.jpg"></td> <td width="24" height="61"><img src="main_green5_eng.jpg"></td> </tr> <tr> <td width="24" height="37" bgcolor="#9498c8"></td> <td width="42" height="37" bgcolor="#9498c8" align="center"><a href="index_eng.html" class="link_white">Main</a></td> <td width="56" height="37" bgcolor="#9498c8" align="center"><a href="about_eng.html" class="link_white">About</a></td> <td width="127" height="37" bgcolor="#9498c8" align="center"><a href="intuitive_eng.html" class="link_white">Intuitive Painting</a></td> <td width="60" height="37" bgcolor="#9498c8" align="center"><a href="gallery_eng.html" class="link_white">Gallery</a></td> <td width="78" height="37" bgcolor="#9498c8" align="center"><a href="book_eng.html" class="link_white">The Book</a></td> <td width="145" height="37" bgcolor="#9498c8" align="center"><a href="fang_eng.html" class="link_white">Feng Shui Paintings</a></td> <td width="62" height="37" bgcolor="#9498c8" align="center"><a href="poetry_eng.html" class="link_white">Poems</a></td> <td width="52" height="37" bgcolor="#9498c8" align="center"><a href="links_eng.html" class="link_white">Links</a></td> <td width="70" height="37" bgcolor="#9498c8" align="center"><a href="thanks_eng.html" class="link_white">Thanks</a></td> <td width="71" height="37" bgcolor="#9498c8" align="right"><a href="index.html" class="link_white">âÑèÙê</a></td> <td width="24" height="37" bgcolor="#9498c8"></td> </tr> <tr> <td width="800" height="25" colspan="12" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="24"></td> <td width="570" rowspan="2" colspan="7" align="left" valign="top"> <img src="main_quote_english.jpg"><br> <p nowrap class="title_green">Intuitive painting  study groups and workshops</p><br> <object width="357" height="289"><param name="movie" value="http://www.youtube.com/v/aL3uyriU4JA?fs=1&amp;hl=iw_IL&amp;color1=0x402061&amp;color2=0x9461ca"></param> <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/aL3uyriU4JA?fs=1&amp;hl=iw_IL&amp;color1=0x402061&amp;color2=0x9461ca" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="357" height="289"></embed></object> <br><br> <p nowrap class="title_green">Intuitive painting  Parents & Children</p> <p nowrap class="text_green"> Adult, parent & children groups are being opened in Haifa, Nesher and Tirat HaCarmel </p> <p nowrap class="title_green">Whom are intuitive- painting courses suitable for?</p> <p nowrap class="text_green"> They are suitable for people interested in introducing innovation into their life,<br> for realizing their potential, reinforcing their self-confidence, concentration ability,<br> understanding the rules of life and expanding their awareness.<br><br> This is not "another study group", this is a way of life assisting managers in the<br> process of decision making, developing imagination and creativity.<br><br> For children and youth who are interested in preserving the creativity imprinted in<br> them and advancing towards entrepreneurship in life.<br><br> It suits each one of us who is interested in flexibility of thought, enhancement of<br> health while expanding the circles of love and joy in life. </p> <p nowrap class="title_green">What do we do in an intuitive painting workshop?</p> <p nowrap class="text_green"> We practice thinking in a creative and innovated manner.<br> We undergo a dynamic and empowering process, during which our true creativity busts<br> out and will find its expression in all the fields of life. These are encounters of deep<br> awareness, empowering the intuition while neutralizing self- criticism and judgment.<br> We train to tackle changes; we train to live. </p> <p nowrap class="title_green">How is it done?</p> <p nowrap class="text_green"> It is done by means of paper sheets, color and professional guidance. </p> <p nowrap class="title_green">What is it all good for?</p> <p nowrap class="text_green"> It serves to obtain independence of thought and emotion, self -esteem and love, the<br> ability to think as leaders, "outside the box", beyond our personal hindrance; to<br> express authentically ourselves, our feelings and who we really are; to express the child<br> within us and live a creative and joyous life being fully connected to our intuition. </p> <p nowrap class="title_green">If you wish to join those who have already decided to enhance the<br> quality of their life  contact us now to ensure your place with us.</p> <p nowrap class="text_green"> "I am delighted to tell you that in the wake of the Intuitive Painting I received the<br> "drive" to engage also in painting  twice a week  once in model painting, and once in<br> a painting lesson, both at the Namal (port) Studio with Shahar Sivan on Hanamal st.<br> By the way, he teaches people who have been painting for 20-30 years.<br> I also continue with carpentry, once a week.<br> Overall I plunged more deeply into the creative domain (and I do not forger where I began!!)"<br><br> Yours faithfully,<br> Itzik<br><br> The writing, painting and training for me are the essential tools for transformation<br> and creativity discovery.<br> The creation is not simply an art, it s a gate to healing through discovery of the<br> inner child, bursting boundaries and personal development.<br> It s a great privilege for me to train people how to change their lives, discover<br> their uniqueness and the power latent inside them, using personal example of love,<br> self esteem and dedication to the healing journey.<br><br> I am teaching what I learn, and therefore I am grateful to the teachers I met<br> on my way who inspired me.<br> The way to myself passes through the scenery of Haifa and Jerusalem, scenery of stone<br> and windows, trees and pomegranates, nature and still life, in figurative perspective<br> and abstract view using a variety of techniques.<br><br> I am opening my heart gates and invite you to wander between my diversified creations.<br> Thank you for being here.<br><br> Esther<br> </p> </td> <td width="193" colspan="3" valign="top" align="center"><img src="logo_new_eng.jpg"><p nowrap dir="rtl" class="text_purple2" align="center"><b>Esther Pomerantz</b><br>052-2741535<br><a href="mailto:stpom@bezeqint.net" class="link_purple2">stpom@bezeqint.net</a></p><a href="http://www.facebook.com/drawthechange" target="_blank"><img src="icon_facebook.jpg" border="0"></a><a href="http://www.youtube.com/user/EstherTransformation?feature=mhee" target="_blank"><img src="icon_youtube.jpg" border="0"></a><br><br><img src="main_quote1.jpg"><br><!-- <p nowrap class="text_green"><b>News & Updates:</b></p><script type="text/javascript"> //new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscroller1", "someclass", 3000) document.write("<br />")</script>--></td> <td width="24"></td> </tr> <tr> <td width="24"></td> <td colspan="3" align="left"></td> <td width="24"></td> </tr> <tr> <td width="800" height="35" colspan="12" bgcolor="#FFFFFF" align="center"><p nowrap class="text_green_s"> Esther Pomerantz - Artist & Creator&nbsp;&nbsp;&nbsp;Tel: +972-4-8251225&nbsp;&nbsp;&nbsp;Mobile: +972-52-2741535&nbsp;&nbsp;&nbsp;<a href="mailto:stpom@bezeqint.net" class="link_green">stpom@bezeqint.net</a></p></td> </tr> </table> </BODY> </HTML>