﻿function fsc() {
  $("#fsp").addClass("ns").html('');
}
		
function fsp(myheading,email,direct_line,mytext1,mytext2,img) {
  $("#fsp").removeClass("ns").html('<div class="aimgc"></div>' +
'<div class="aimgd tac"><div class="aimge"><h2>' + myheading + '</h2><img class="fr" src="http://www.clydeandforthmedia.co.uk/'  + img + '" onclick="fsc();" /><p><strong>Email: </strong><a style="color:#CC0000" href="mailto:' + email + '">' + email + '</a> | <strong>Direct Line: </strong>' + direct_line + '</p><br /><p>' + mytext1 + '</p><br /><p>' + mytext2 + '</p><span style="clear:right" class="fr"><a href="#" onclick="fsc();"><img src="http://www.clydeandforthmedia.co.uk/modules/close.png" alt="close" /></a></span></div></div>');
}

