
function randomWindow() {

  windowTitle = new Array();
  windowText = new Array();

  windowTitle[0] = 'Professional Manuscript Formatting and Design';
  windowText[0] = 'Present agents and publishers with an attractive and well-conceived manuscript, or publish your own work as a finished book. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[0] = windowText[0] + "'design.html#formatting'";
  windowText[0] = windowText[0] + ';window.close();return false;"><B>help</B></A>.';

  windowTitle[1] = 'Cover Art and Creative / Technical Illustration';
  windowText[1] = 'Enhance your manuscript with attractive contextual cover art and illustrations, including detailed technical diagrams and data visualizations using standard vector-based software. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[1] = windowText[1] + "'design.html#coverart'";
  windowText[1] = windowText[1] + ';window.close();return false;"><B>show you how</B></A>.';

  windowTitle[2] = 'Electronic Transcription';
  windowText[2] = 'Accustomed to working long-hand? The Manuscript Studio can transcribe your work into a clean professionally-formatted electronic document for printing or submission to publishers. Find out <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[2] = windowText[2] + "'design.html#transcription'";
  windowText[2] = windowText[2] + ';window.close();return false;"><B>more</B></A>.';

  windowTitle[3] = 'Editing and Proofreading';
  windowText[3] = 'Let the Manuscript Studio edit or proofread your manuscript and receive a detailed analysis that addresses issues of style, syntax and content structure. Find out <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[3] = windowText[3] + "'design.html#editing'";
  windowText[3] = windowText[3] + ';window.close();return false;"><B>more</B></A>.';

  windowTitle[4] = 'Letterhead, Cover Letters and CVs';
  windowText[4] = 'Impress agents and publishers with professional cover letters, CVs, author biographies and jacket copy blurbs. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[4] = windowText[4] + "'design.html#letterhead'";
  windowText[4] = windowText[4] + ';window.close();return false;"><B>help</B></A>.';

  windowTitle[5] = 'Website Creation';
  windowText[5] = 'Display manuscript excerpts or complete texts, inform agents and publishers about your current and previous work, publicize a book once published or sell it online. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[5] = windowText[5] + "'design.html#website'";
  windowText[5] = windowText[5] + ';window.close();return false;"><B>show you how</B></A>.';

  windowTitle[6] = 'Audio or Interactive Multimedia CDs';
  windowText[6] = 'Enhance your presentation with a spoken word or interactive CD. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[6] = windowText[6] + "'design.html#cd'";
  windowText[6] = windowText[6] + ';window.close();return false;"><B>show you how</B></A>.';

  windowTitle[7] = 'Promotional Design and Production';
  windowText[7] = 'Enhance your presentation or promote your self-published book with bookmarks, flyers, booklets, excerpts, decals and other promotional materials. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[7] = windowText[7] + "'design.html#promotion'";
  windowText[7] = windowText[7] + ';window.close();return false;"><B>help</B></A>.';

  windowTitle[8] = 'Document Conversion';
  windowText[8] = 'Convert your finished manuscript into a standard electronic document format for submission to publishers or self-publication. The Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[8] = windowText[8] + "'design.html#transcription'";
  windowText[8] = windowText[8] + ';window.close();return false;"><B>makes it easy</B></A>.';

  windowTitle[9] = 'Synopses';
  windowText[9] = 'Sell your work by cutting to the chase with a well structured and professionally formatted story synopsis. Let the Manuscript Studio <A HREF="#" CLASS="withoutUnderscore" onClick="opener.document.location.href=';
  windowText[9] = windowText[9] + "'design.html#letterhead'";
  windowText[9] = windowText[9] + ';window.close();return false;"><B>help tell your story</B></A>.';

  var randomWindowNumber = parseInt(Math.random() * 10);

  slideProjector('Manuscript Studio',windowTitle[randomWindowNumber],windowText[randomWindowNumber],'',200,125,'');

}
