

/*
Interactive Image slideshow with text description
By Christian Carlessi Salvadó (cocolinks@c.net.gt). Keep this notice intact.
Visit http://www.dynamicdrive.com for script
*/


g_fPlayMode = 0;
g_iimg = -1;
g_imax = 0;
g_ImageTable = new Array();

function ChangeImage(fFwd)
{
if (fFwd)
{
if (++g_iimg==g_imax)
g_iimg=0;
}
else
{
if (g_iimg==0)
g_iimg=g_imax;
g_iimg--;
}
Update();
}

function getobject(obj){
if (document.getElementById)
return document.getElementById(obj)
else if (document.all)
return document.all[obj]
}

function Update(){
//getobject("_Ath_Slide").src = g_ImageTable[g_iimg][0];
getobject("_Ath_Slide").innerHTML = g_ImageTable[g_iimg][0];
getobject("_Ath_FileName").innerHTML = g_ImageTable[g_iimg][1];
getobject("_Ath_Img_X").innerHTML = g_iimg + 1;
getobject("_Ath_Img_N").innerHTML = g_imax;
}


function Play()
{
g_fPlayMode = !g_fPlayMode;
if (g_fPlayMode)
{
getobject("btnPrev").disabled = getobject("btnNext").disabled = false;
Next();
}
else 
{
getobject("btnPrev").disabled = getobject("btnNext").disabled = false;

}
}
function OnImgLoad()
{

}
function Prev()
{
ChangeImage(false);
}
function Next()
{
ChangeImage(true);
}


////configure below variables/////////////////////////////

//configure the below images and description to your own. 
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_oil.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">1. Clean your space of predecessor sludge.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Everything that has gone on in that space prior to this second is still there on an energetic level. It's called predecessor energy. Cure: Wipe down the walls, windowsills, doors and shelves with salt water and an essential oil like lavender to break up the psychic debris. When implementing this and the following tips, focus on the ''abundance, money and power'' corner of your home, home office or office (the left rear corner as you enter the front or office door), to help invite greater prosperity.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_compass.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">2. Get in your best direction.</td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">We each have a best direction. Actually, there are four different favorable compass directions (out of eight) for every person based on their date of birth; consult any feng shui book to find yours on a chart. Orient your desk to the most advantageous direction for you. When you are working or paying bills, sit with your heart facing that direction. It will help you plug into your inner knowing.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_office.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">3. Make your desk space 'conscious.' </td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Your desk and office space should reflect your intent and attention. A messy office doesn't work. When we have clutter around, we can't hear the still, small voice inside for all the noise of the material realm. </td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_fountain.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">4. Introduce flowing water.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Water is very important to money; even our language reflects this -- cash flow, liquidity, frozen assets and so on. Wood is the foundational element in the abundance, money and power corner. By introducing water in this corner, we feed and strengthen that sector, just as water feeds a tree. Water is the energy of money, the flow. Rather than hoarding money, you have to release it to receive it. When you have that circulating energy around, we get that at a core level.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_plant.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">5. Bring in the green.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Plants, that is. It's good to have plants here because plants are growing and strengthening. Make sure they are live, not artificial.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_amethyst.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">6. Color considerations.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Although the element color of the money, abundance and power sector is green, the color purple activates it. An amethyst crystal here will act like a money magnet.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_wooden_bowl.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">7. Wooden bowl.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">When the money flows in, you need something in which to collect it. Wood, again, is a good choice for a bowl here. Some people drop their change in it, but for a bigger bang, seed it with a $100 bill. Even if you have a lot of money, part of our psyche is, when you know that you have that $100, you can fill up the tank, you can get a motel room and food, you're going to be all right. It's part of our basic survival instinct that runs our life.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_candles.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">8. Light up your vision area.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">The middle rear of your home or office is your vision area; it's about seeing what's next, as well as being seen for who you really are. Having light there is important; whether that is a candle or a desk lamp, you want to activate the fire. It could be a tea light that you light in the morning. Have fun with it. Light a tea candle for 27 days straight and make an intention.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_coins.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">9. Nine I Ching coins.<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Hang nine I Ching coins (used with the I Ching Book of Changes) on a red string in your office or on the back of your office door. You also can put them beneath your front doormat pointing toward the abundance, money and power sector (the left rear corner as you enter the front door).</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/20070309_feng_shui_chimes.jpg\" width=\"220\" height=\"220\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">10. Wind chimes attract helpful people. <br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Hang a metal wind chime on the ''helpful people'' sector of your house (right front corner of the house as you enter the front door). That's the opposite end of the energy teeter-totter from the abundance, money and power corner. It's about calling in helpful people, including your clientele. You need your friends to spread the word, you need people to bring in the manifestation of your money. In an office, put the wind chime in the left rear corner and ring it daily.</td></tr></table>");
//extend the above list as desired
g_dwTimeOutSec=1

////End configuration/////////////////////////////

if (document.getElementById||document.all)
window.onload=Play

