// JavaScript Document
function getMenu(pos) {
document.getElementById('menuBar').innerHTML=""
//if (document.body.offsetWidth<=766) {document.body.offsetWidth==766}
Pos0 = (document.body.offsetWidth-746)/2
//alert(document.body.offsetWidth+' - '+Pos0)
document.getElementById('menuBar').style.visibility='visible'
document.getElementById('menuBar').style.left=Pos0+108*pos+'px'
if(pos==0) {menu0()}
if(pos==1) {menu1()}
if(pos==2) {menu2()}
if(pos==3) {menu3()}
if(pos==4) {menu4()}
if(pos==5) {menu5()}
if(pos==6) {menu6()}
}

function hideMenu() {
document.getElementById('menuBar').innerHTML=""
document.getElementById('menuBar').style.position='absolute'
document.getElementById('menuBar').style.visibility='hidden'
}

function menu0() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"newslink.html\" onclick=\"hideMenu()\" target=\"_blank\">Archive Issues</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"RateCard.pdf\" onclick=\"hideMenu()\">2008 Media<br>Portfolio</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"pdf/Terms_PCN.pdf\" target=\"_blank\" onclick=\"hideMenu()\">Terms &amp; Conditions</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\"></td></tr>"+
	"</table>"
}

function menu1() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"http://www.cardpaymentsolutions.co.uk\" onmouseout=\"hideMenu()\">Industry Principal Contacts</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onmouseout=\"hideMenu()\" style=\"cursor:pointer\"></td></tr>"+
	"</table>"
}

function menu2() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"newslink/online\" onclick=\"hideMenu()\" target=\"_blank\">Articles Archive</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"broadcasts.html\" onclick=\"hideMenu()\">Newslink archive</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\"></td></tr>"+
	"</table>"
}

function menu3() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
		"<tr><td class=\"menuitem\"><a href=\"#\" onclick=\"window.open('conference/2009/','','width=940, height=800');hideMenu()\">Information Exchange 2009</a></td></tr>"+
		"<tr><td class=\"menuitem\"><a href=\"#\" onclick=\"window.open('conf2008/index.html','','width=940, height=800');hideMenu()\">Information Exchange 2008</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"#\" onclick=\"window.open('conference/2007/index.html','','width=940, height=800');hideMenu()\">Information Exchange 2007</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"#\" onclick=\"window.open('conference/2006/index.html','','width=940, height=800');hideMenu()\">Information Exchange 2006</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"conference/conference05.htm\" onclick=\"hideMenu()\">Information Exchange 2005</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\">"+
	"</table>"
}

function menu4() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"subscribe.html\" onclick=\"hideMenu()\">Subscribe to Publication</a></td></tr>"+
	"<tr><td class=\"menuitem\"><a href=\"contactus.html\" onclick=\"hideMenu()\">Contact Us</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\">"+
	"</table>"
}

function menu5() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"http://www.search-online-now.co.uk\" onclick=\"hideMenu()\">Directory &amp; Search Engine</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\">"+
	"</table>"
}

function menu6() {
	document.getElementById('menuBar').innerHTML="<table cellspacing=\"1\" border=\"0\">"+
	"<tr><td class=\"menuitem\"><a href=\"http://www.sopo.org\" target=\"_blank\" onclick=\"hideMenu()\">SOPO</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.interactivets.com\" target=\"_blank\" onclick=\"hideMenu()\">ITS</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.servebase.com\" target=\"_blank\" onclick=\"hideMenu()\">Servebase</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.adflex.co.uk\" target=\"_blank\" onclick=\"hideMenu()\">Adflex</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"www.hsbc.co.uk/business\" target=\"_blank\" onclick=\"hideMenu()\">HSBC Bank</a></td></tr>"+
/*	"<tr><td  class=\"menuitem\"><a href=\"http://www.cymru.gov.uk/gwellagwasanaethaucyhoeddus\" target=\"_blank\" onclick=\"hideMenu()\">Welsh Purchasing Card (Cymraeg)</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.wales.gov.uk/improvingpublicservices\" target=\"_blank\" onclick=\"hideMenu()\">Welsh Purchasing Card (English)</a></td></tr>"+
*/	"<tr><td  class=\"menuitem\"><a href=\"http://www.paymetric.com\" target=\"_blank\" onclick=\"hideMenu()\">Paymetric</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.mastercard.com\" target=\"_blank\" onclick=\"hideMenu()\">MasterCard</a></td></tr>"+
	"<tr><td  class=\"menuitem\"><a href=\"http://www.timesonline.co.uk/uk\" target=\"_blank\" onclick=\"hideMenu()\">The Times On-line</a></td></tr>"+
	"<tr><td><img src=\"images/menu_btm.gif\" border=\"0\" onclick=\"hideMenu()\" style=\"cursor:pointer\">"+
	"</table>"
}
function TestA() {
	alert('Test')
	}