<!--
function ProductDescr(prod){
var prodDis = document.getElementById('ProdDisDiv');

if ( prodDis.hasChildNodes() ){
  while ( prodDis.childNodes.length >= 1 )
  {
   prodDis.removeChild( prodDis.firstChild );       
  } 
}

var header = document.createElement('p');
var headerText = document.createElement('h2');
headerText.id = "HeaderText";
prodDis.appendChild(header);
header.appendChild(headerText);
var img = document.createElement('img');
img.setAttribute('className','prod');
img.setAttribute('class','prod');
var para = document.createElement('p');
para.setAttribute('className','prod');
para.setAttribute('class','prod');
para.setAttribute('id','ProductPara');
prodDis.appendChild(img);
prodDis.appendChild(para);


var text;
var body;
switch(prod)
{
case 'Flyers':
 text = "Flyers";
 img.setAttribute('src','Graphics/flyer.jpg');
 img.style.width = 200;
 img.style.height = 250;
 img.style.left = 140;
 prodDis.style.height = 440;
 para.style.top = 270;
 body = "Whether for promotional use or for information, sometimes the classic way is the best. Although small quantities can be easily done on a desktop printer, only an experienced print shop can create large quantities at an efficient rate.";
break;

case "Letterhead":
 text = "Letterhead";
 img.setAttribute('src','Graphics/letterhead.jpg');
 img.style.width = 160;
 img.style.height = 200;
 img.style.left = 150;
 prodDis.style.height = 400;
 para.style.top = 240;
 body = "Make your business official with a custom letterhead.  Special features such as foil stamping and embossing can give your correspondence greater significance and security. Can be manufactured to meet a variety of specifications from laser printers to pin-fed dot matrix printers.";
break;

case "Pamphlets / Brochures":
 text = "Pamphlets / Brochures";
 img.setAttribute('src','Graphics/pamphlet.jpg');
 img.style.width = 260;
 img.style.height = 250;
 img.style.left = 110;
 prodDis.style.height = 440;
 para.style.top = 300;
 body = "Essentially a flyer folded into a more convenient size.  Perfect for stuffing in a envelope or as instructions in your product packaging.";
break;

case "Mailers":
 text = "Mailers";
 img.setAttribute('src','Graphics/mailer.jpg');
 img.style.width = 250;
 img.style.height = 200;
 img.style.left = 120;
 prodDis.style.height = 400;
 para.style.top = 240;
 body ="A form that meets postal regulations for postcards or letters in part or all. Usually used in conjuction with prepaid postage allowing the end user to simply fill out the form and drop it in the mail.";
break;

case "Card Carriers":
 text = "Card Carriers";
 img.setAttribute('src','Graphics/cardcarriers.jpg');
 img.style.width = 260;
 img.style.height = 170;
 img.style.left = 120;
 prodDis.style.height = 440;
 para.style.top = 200;
 body ="A form that contains or carries a card to its end user. These forms come in one of two styles: An integrated card style or a carrier style. On integrated card forms the card is made from the paper of the form itself with a mylar laminating material. This is used most frequently with membership cards. With a carrier form the card is attached to the form either by use of special die cut slits or glued to the form with a silicone glue.";
break;

case "Door Hangers":
 text = "Door Hangers";
 img.setAttribute('src','Graphics/DoorHanger.jpg');
 img.style.width = 160;
 img.style.height = 250;
 img.style.left = 150;
 prodDis.style.height = 440;
 para.style.top = 270;
 body ='A form made with special die cuts for hanging on doorknobs. The ubiquitous "Do Not Disturb" signs used in hotels are an example, but useful for distributing your message in neighborhoods as well.';
break;

case "Pocket Forms":

 text = "Pocket Forms";
 img.setAttribute('src','Graphics/pocketform.jpg');
 img.style.width = 160;
 img.style.height = 250;
 img.style.left = 150;
 prodDis.style.height = 440;
 para.style.top = 270;
 body ='A form that with a built in envelope.Commonly used to store small things such as car keys or as return mailers for municpal tickets.';
break;

case "Manifold Books":
 text = "Manifold Books";
 img.setAttribute('src','Graphics/manifoldbook.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='A group of multi-part unit set forms bound together into a book.';
break;

case "Control Number Forms":
 text = "Control Number Forms";
 img.setAttribute('src','Graphics/JumboNumber.jpg');
 img.style.width = 160;
 img.style.height = 250;
 img.style.left = 150;
 prodDis.style.height = 440;
 para.style.top = 270;

 body ='Any form that is uniquely numbered for identification purposes. Form numbers may be made up of alpha-numeric parts, dashes, check digits and barcodes. ' ;
break;

case "Cut Sheet Checks":
 text = "Cut Sheet Checks";
 img.setAttribute('src','Graphics/lasercheck.jpg');
 img.style.width = 200;
 img.style.height = 280;
 img.style.left = 130;
 prodDis.style.height = 400;
 para.style.top = 280;
 body ='Sheets of checks that can be easily ran through laser and/or inkjet printers';
break;

case "Continuous Checks":
 text = "Continuous Checks";
 img.setAttribute('src','Graphics/continuouscheck.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='Checks run continuously with pin feeds for dot-matrix or impact printers. Available in single and multi-part variants.';
break;

case "Multi-Part Checks":
 text = "Multi-Part Checks";
 img.setAttribute('src','Graphics/unitsetcheck.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='Checks produced as a unit set in order to create one or more copies.';
break;

case "Licenses and Permits":
 text = "Licenses and Permits";
 img.setAttribute('src','Graphics/notavail.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='';
break;

case "Certificates":
 text = "Certificates";
 img.setAttribute('src','Graphics/BirthCert.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body =' A Legal document signifing an event. Usually produced with security features to prevent duplication or alteration, and often with the goal of being visually appealing.';
break;


case "Legal Contracts":
 text = "Legal Contracts";
 img.setAttribute('src','Graphics/notavail.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='';
break;

case "Pre-Printed Masthead":
 text = "Pre-Printed Masthead";
 img.setAttribute('src','Graphics/notavail.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='';
break;

case "Check Backs":
 text = "Check Backs";
 img.setAttribute('src','Graphics/notavail.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='';
break;

case "Pre-Perfed Paper":
 text = "Pre-Perfed Paper";
 img.setAttribute('src','Graphics/notavail.jpg');
 img.style.width = 280;
 img.style.height = 200;
 img.style.left = 110;
 prodDis.style.height = 360;
 para.style.top = 240;
 body ='';
break;

}
var textNode = document.createTextNode(text);
headerText.appendChild(textNode);
var textNode = document.createTextNode(body);

para.appendChild(document.createElement('br'));
para.appendChild(textNode);

}
//-->