// JavaScript Document
function stdHeader() {
document.getElementById('topDIV').innerHTML="<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">"+
"<tr><td colspan=\"8\" align=\"left\" valign=\"top\" height=\"94\" style=\"background-image:url(http://www.purchasingcardnews.co.uk/images/logo06.jpg); background-repeat:no-repeat\"><a href=\"http://www.purchasingcardnews.co.uk\"><img src=\"http://www.purchasingcardnews.co.uk/images/home.gif\" border=\"0\" style=\"margin: 10px 0px 0px 10px; z-index: 20\"></a></td>"+
"</tr><tr valign=\"middle\">"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(0)\" class=\"buttonlink\">The Publication</a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(1)\" class=\"buttonlink\">Industry Principal Contacts</a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(2)\" class=\"buttonlink\">Purchasing Card Newslink</a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(3)\" class=\"buttonlink\">Conference</a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(4)\" class=\"buttonlink\">Subscribe or <br>Contact us</a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(5)\" class=\"buttonlink\">P-Card Capable Suppliers Directory </a></td>"+
"<td align=\"center\" class=\"buttoncell\"><a href=\"#\" onclick=\"getMenu(6)\" class=\"buttonlink\">Related Links</a></td>"+
"<td align=\"center\" class=\"endcell\">&nbsp;</td></tr>"+
"<tr><td colspan=\"8\" style=\"border-left: 1px solid #000066;border-right: 1px solid #000066\">"+
"<div id=\"menuBar\" style=\"position: absolute; z-index: 1; visibility:hidden; background-color: #FFFFFF; width: 108px\"></div>"+
"</table>"
}

function stdFooter() {
document.getElementById('btmDIV').innerHTML="<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">"+
"<tr valign=\"top\">"+
"<td width=\"267\" class=\"footercell\" style=\"padding-left: 10px\"><strong>PURCHASING CARD NEWS</strong><br>"+
"Castle Hill Farm, Castle Mill Lane,<br>Ashley, Altrincham, Cheshire<br>WA15 0RB</td>"+
"<td width=\"35\" align=\"left\" class=\"footercell\">Tel:<br>Tel:<br>Fax:</td>"+
"<td width=\"180\" class=\"footercell\">+44 (0)161 928 0485<br>"+
"+44 (0)161 928 3502<br>+44 (0)161 928 1713</td>"+
"<td width=\"278\" class=\"footercell\" align=\"right\" style=\"padding-right: 10px\">email:&nbsp; <a href=\"mailto:info@purchasingcardnews.co.uk\"class=\"yelltext\">info@purchasingcardnews.co.uk</a><br>"+
"<a href=\"http://www.purchasingcardnews.co.uk\"class=\"yelltext\">www.purchasingcardnews.co.uk</a><br>"+
"<a href=\"http://www.cardpaymentsolutions.co.uk\"class=\"yelltext\">www.cardpaymentsolutions.co.uk</a></td></tr>"+
"<tr><td class=\"footercell\" style=\"background-image:url(http://www.purchasingcardnews.co.uk/images/corner_curve-12px_bl.gif); background-position:left; background-repeat:no-repeat; height: 12px\"></td>"+
"<td class=\"footercell\" colspan=\"3\"style=\"background-image:url(http://www.purchasingcardnews.co.uk/images/corner_curve-12px_br.gif); background-position:right; background-repeat:no-repeat; height: 12px\">"+
"<p style=\"color:#FFFFFF; font-size:9px\">&copy; 2008 Caxton House Marketing Ltd.&nbsp; All rights reserved</p>"+
"</tr></table>"
}

function morePCCS() {
document.getElementById('expandedInfo').innerHTML="<p><img src=\"images/ccsearchlabel.gif\">&nbsp; A password protected online directory and search engine, designed to assist both Private & Public Sector buying,"+
"purchasing and contracting personnel recruit from the Purchasing Card Capable Suppliers listed.</p>"+
"<p><img src=\"images/ccsearchlabel.gif\">&nbsp; Has been developed to offer a solution to supplier recruitment, by providing an on-line directory and search engine that profiles your business activities, products and services to thousands of industry buying,"+
"purchasing and contracting personnel on a regular basis.</p><p><strong>For Purchasing Card Capable Suppliers&hellip;</strong></p>"+
"<p><img src=\"images/ccsearchlabel.gif\">&nbsp; Provides you with the facility to have your own Profile Page within the on-line directory and search engine that provides enhanced details of your products and services that is crucial to buyers when searching for suppliers, products and services."+
"<p><img src=\"images/ccsearchlabel.gif\">&nbsp; Purchasing Card Capable Suppliers Search Engine & Directory will be promoted regularly in:</p>"+
"<ul><li>Purchasing Card NewsLink twice monthly email broadcast to 22,000 industry contacts from both the Public and Private Sectors.<br>"+
"<li>Purchasing Card News publication issues circulated up to 10,000 Purchasing Card industry professionals.</li>"+
"<li>Site prominence on:<br>"+
"&nbsp; - <a href=\"http://www.purchasingcardnews.co.uk\">Purchasing Card News web site </a><br>"+
"&nbsp; - <a href=\"http://www.cardpaymentsolutions.co.uk\">Card Payment Solutions web site</a></li></ul></p>"+
"<p class=\"yellbg\">A <strong>once-only</strong> administration subscription charge of &pound;55.00 zero VAT is made to participating suppliers to include their company Profile Page onto the online directory and search-engine. Your information is added "+
"onto the Profile Pages on a self-administered basis that enables you to view all other listings and amend your own pages at any time and as such conforms to current UK/European Data Protection legislation.</p>"+
"<p>It is worth noting that the Public Sector alone spends over £360 billion a year, employs over 10 million people and is the single biggest market for virtually all products and services in the UK."+
"<p>Public Sector buying, purchasing and contracts departments are required to introduce an electronic data capture solution as part of best practice.</p>"+
"<p>More and more Public Sector organisations are using Purchasing Cards an E-Commerce solutions as an electronic payment method to suppliers.</p>"+
"<p>Being Purchasing Card capable at Level 2 and Level 3 will enable suppliers to fulfil this payment settlement requirement within the Public Sector tendering process.</p>"+
"<P><a href=\"#\" onclick=\"lessPCCS()\">[Reduce this section]</a></P>"
}

function lessPCCS() {
document.getElementById('expandedInfo').innerHTML="<P><a href=\"#\" onclick=\"morePCCS()\">[Expand this section]</a></P>"
}