// 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 than even I had imagined. I have worked with her on more than one occasion, and am certain that there will be many more.&quot;<p class='bold13'>- Manuel Caldeira<br /><a href='http://www.madeiraplus.com/' target='_blank' class='link'>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;<p class='bold13'>- Gregg M. Alexander<br /><a href='http://www.madisonpediatric.com/' target='_blank' class='link'>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;<p class='bold13'>Bob Adams<br/><a href='http://www.theretirementbubble.com/' target='_blank' class='link'>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='bold13'>Scrapbook Photo Gallery tutorial in Flash</a> <table width='50' border='1' align='right' cellpadding='1' cellspacing='1' 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 class='content'>Goodie!! We will learn three flash behaviors while creating this eye-catching <a href='tutorials/flash/sb_photogallery.aspx' class='link'>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='bold13'>Adobe Fireworks tutorial to create 'Little bulb effect'</a> <table width='50' border='1' align='right' cellpadding='1' cellspacing='1' bordercolor='#000000'><tr><td><a href='/tutorials/fireworks/littlelight.aspx'><img src='images/tutorials/gifs/littlebulb2_tn.gif' width='50' height='50' border='0' /></a></td></tr></table><p class='content'>This simple tutorial will teach us how to create decorative <a href='/tutorials/fireworks/littlelight.aspx' class='link'>little bulb effect</a>.";
t_text[2] = "<a href='/tutorials/flash/textenhancement.aspx' class='bold13'>Text Enhancement / using styles and HTML pages in Flash</a> <table width='50' border='1' align='right' cellpadding='1' cellspacing='1' bordercolor='#000000'><tr><td><a href='/tutorials/flash/textenhancement.aspx'><img src='images/tutorials/gifs/textenhancement2_tn.gif' style='width:50px; height:50px; border:0;' /></a></td></tr></table><p>When we say we are <a href='/tutorials/flash/textenhancement.aspx' class='link'>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='bold13'>Adobe Fireworks tutorial to create 'Old paper effect'</a> <table width='50' border='1' align='right' cellpadding='1' cellspacing='1' bordercolor='#000000'><tr><td><a href='/tutorials/fireworks/oldpaper.aspx'><img src='images/tutorials/gifs/oldpaper_tn.gif' width='50' height='50' border='0' /></a></td></tr></table><p>While going through photoshop lady tutorials, I came across '<a href='/tutorials/fireworks/oldpaper.aspx' class='link'>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='bold13'>Adobe Fireworks tutorial to create realistic 'Post it'</a> <table width='50' border='1' align='right' cellpadding='1' cellspacing='1' bordercolor='#000000'><tr><td><a href='/tutorials/fireworks/postit.aspx'><img src='images/tutorials/gifs/postit_tn.gif' width='50' height='50' border='0' /></a></td></tr></table><p><a href='/tutorials/fireworks/postit.aspx' class='link'>'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);
}


