// JavaScript Document
function testimonial()
{
	var r_text = new Array ();
r_text[0] = "&quot;Working with Jayanthi was positive proof that distance is no limitation in this business. She is in India, while I am based in Portugal, and the work went ahead far more smoothly and professionally that if I had been dealing with someone in the next building. Her understanding of my needs was fantastic, and the result was more effective......&quot;<br/><strong>- Manuel Caldeira</strong><br /><a href='http://www.madeiraplus.com/' target='_blank' class='linkbrown'>www.madeiraplus.com</a></p>";
r_text[1] = "&quot;Although we are half a world away, working with Jayanthi was as if working with a good friend next door. She is both professional and talented while remaining quite warm and personable. Working with her, I gained in two ways: I received a top-notch web site, and, I found a friend. I recommend her services wholeheartedly!&quot;<br/><strong>- Gregg M. Alexander</strong><br><a href='http://www.madisonpediatric.com/' target='_blank' class='linkbrown'>www.madisonpediatric.com/</a></p>";
r_text[2] = "&quot;I have been delighted with Jayanthi and the work of 'Imajine'.  She worked quickly and effectively to help me get up a new web site and a blog under a deadline.  I am very pleased with the results, as are my site and blog visitors, and look forward to working with her in the future!&quot;<br/><strong>Bob Adams</strong><br/><a href='http://www.theretirementbubble.com/' target='_blank' class='linkbrown'>www.theretirementbubble.com</a></p>";
var i = Math.floor(3*Math.random())

document.write(r_text[i]);
}


function tutorial()
{
var t_text = new Array();

t_text[0] = "<a href='/tutorials/flash/sb_photogallery.aspx' class='linkgreen'><strong>Scrapbook Photo Gallery tutorial in Flash</strong></a> <table width='50' border='0' align='right' cellpadding='2' cellspacing='0' bordercolor='#000000'><tr><td><a href='/tutorials/flash/sb_photogallery.aspx'><img src='/images/tutorials/gifs/sb_photogallery2_tn.gif' style='width:50px; height:50px; border:0;' /></a></td></tr></table><p>Goodie!! We will learn three flash behaviors while creating this eye-catching <a href='tutorials/flash/sb_photogallery.aspx' class='linkgreen'>Flash photo gallery</a> and they are -<br /></p><ul class='bullet'><li>Load external graphic behavior </li><li>On-click behavior to lift photograph right on top and </li><li>Drag and drop behavior </li></ul>";
t_text[1] = "<a href='/tutorials/fireworks/littlelight.aspx' class='linkgreen'><strong>Adobe Fireworks tutorial to create 'Little bulb effect'</strong></a> <table width='50' border='0' align='right' cellpadding='2' cellspacing='0'><tr><td><a href='/tutorials/fireworks/littlelight.aspx'><img src='/images/tutorials/gifs/littlebulb2_tn.gif' class='shadow' width='50' height='50' border='0' /></a></td></tr></table><p>This simple tutorial will teach us how to create decorative <a href='/tutorials/fireworks/littlelight.aspx' class='linkgreen'>little bulb effect</a>.";
t_text[2] = "<a href='/tutorials/flash/textenhancement.aspx' class='linkgreen'><strong>Text Enhancement / using styles and HTML pages in Flash</strong></a> <table width='50' border='0' align='right' cellpadding='2' cellspacing='0'><tr><td><a href='/tutorials/flash/textenhancement.aspx'><img src='/images/tutorials/gifs/textenhancement2_tn.gif' class='shadow' style='width:50px; height:50px; border:0;' /></a></td></tr></table><p>When we say we are <a href='/tutorials/flash/textenhancement.aspx' class='linkgreen'>enhancing text</a> in flash by implementing 'styles' to it, We certainly mean we have a styles (.css) page and an HTML page, which is loaded into flash.";
t_text[3] = "<a href='/tutorials/fireworks/oldpaper.aspx' class='linkgreen'><strong>Adobe Fireworks tutorial to create 'Old paper effect'</strong></a> <table width='50' border='0' align='right' cellpadding='2' cellspacing='0'><tr><td><a href='/tutorials/fireworks/oldpaper.aspx'><img src='/images/tutorials/gifs/oldpaper_tn.gif' width='50' height='50' class='shadow' border='0' /></a></td></tr></table><p>While going through photoshop lady tutorials, I came across '<a href='/tutorials/fireworks/oldpaper.aspx' class='linkgreen'>old paper effect</a>' created in photoshop, which inspired me to create the same in fireworks and thought of sharing it with you all.";
t_text[4] = "<a href='/tutorials/fireworks/postit.aspx' class='linkgreen'><strong>Adobe Fireworks tutorial to create realistic 'Post it'</strong></a> <table width='50' border='0' align='right' cellpadding='2' cellspacing='0'><tr><td><a href='/tutorials/fireworks/postit.aspx'><img src='/images/tutorials/gifs/postit_tn.gif' width='50' height='50' class='shadow' border='0' /></a></td></tr></table><p><a href='/tutorials/fireworks/postit.aspx' class='linkgreen'>'Post it' / 'sticky notes'</a> are pastel color stick-on papers used for jotting&nbsp; 'To Do' lists / reminders. This tutorial will help us learn on how to create these 'Post it' / 'Sticky notes' using Adobe Fireworks.<br />";
var j = Math.floor(5*Math.random())

document.write(t_text[j]);

}



function MM_openBrWindow(theURL,winName,features) 
{
  window.open(theURL,winName,features);
}



