

function getTemplate(formname) {
	var patternid = formname.form.PatternID.value;	
	if (formname.form.myTick.checked){
		if (patternid == 30286 ){
			
			formname.form.Review.value = '[Title, if you have one]\r\rWho is this wardrobe for?\r\rWhat was your inspiration? What else would you like to say about how and why you created this set of garments?\r\r[Link to composite picture or album showing all items in the EC collection]\r\rItem 1.\r------\r\r[Using the clickable link feature above to provide a link to the review of this item]\r\rGarment description:\r\rPattern Used:\r\rFabric Used:\r\rOther items in the Combination that this item goes with:\r\r\r\rItem 2.\r-------\r\r[Using the clickable link feature above to provide a link to the review of this item]\r\rGarment description:\r\rPattern Used:\r\rFabric Used:\r\rOther items in the Combination that this item goes with:\r\r\r\rItem 3.\r-----\r\r[Using the clickable link feature above to provide a link to the review of this item]\r\rGarment description:\r\rPattern Used:\r\rFabric Used:\r\rOther items in the Combination that this item goes with:\r\r\r[ Copy the template above for additional items as you add them ] ';
		}else if ( patternid == 25192 ){
			
			formname.form.Review.value = '<b>Category technique falls into? Closures / Seam Finishes - Hems / Construction Techniques / Pockets</b> \r\r<b>Name or describe the Sewing Technique You\'re working on: </b>\r\r<b>What source(s) did you use to learn this technique?</b>\r\r<b>Were the instructions easy to follow?</b>\r\r<b>What did you particularly likeor dislike about the technique?</b>\r\r<b>Describe your process. Did you make samples, how many? What were your challenges?</b>\r\r<b>Link to garment(s) or item(s) reviewed using this technique?</b>\r\r<b>Will you incorporate this technique into your sewing? Will you sew using it again? Would you recommend it to others?</b>\r\r<b>Conclusion: </b>';
		} else{
			
			formname.form.Review.value =  '<b>Pattern Description: </b>\r\r<b>Pattern Sizing:</b>\r\r<b>Did it look like the photo/drawing on the pattern envelope once you were done sewing with it?</b>\r\r<b>Were the instructions easy to follow?</b>\r\r<b>What did you particularly like or dislike about the pattern?</b>\r\r<b>Fabric Used:</b>\r\r<b>Pattern alterations or any design changes you made:</b>\r\r<b>Would you sew it again? Would you recommend it to others?</b>\r\r<b>Conclusion: </b>\r\r';
		}
		
	}else{
		
		formname.form.Review.value ='';
	}
    
        
}

