// JavaScript Document
function openwindow(lnk)
{
switch (lnk) 
	{
//Site Links
	 case 0: window.open('http://www.itresolve.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 1: window.open('http://www.conservatives.com/News/News_stories/2010/02/Never_voted_Tory_before.aspx','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 2: window.open('http://www.conservatives.com/Policy.aspx','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 3: window.open('http://www.richmonddeclaration.co.uk/assets/applets/Richmond_Declaration_home_player.swf','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 4: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=1&pagenumber=2','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 5: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=386','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 6: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=212','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 7: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=386','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 8: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=306','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 9: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=231','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 10: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=212','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 11: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=258','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 12: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=211','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 13: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=231','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 14: window.open('http://www.richmondboroughconservatives.com/index.php?sectionid=3&amp;pagenumber=306','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;

//Community Links
	 case 15: window.open('http://www.richmondunitedgroup.com/','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 16: window.open('http://www.teddingtonbaptist.org.uk/wot/teddsoc.htm','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 17: window.open('http://www.protectourgreenspaces.com','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 18: window.open('http://www.riverthamesvisitorcentre.com/','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 19: window.open('http://www.saveourriverside.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 20: window.open('http://cms.met.police.uk/met/boroughs/richmond_upon_thames/index','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 
//Local Conservative Links
	 case 21: window.open('http://www.deborah4twickenham.com/index.php','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 22: window.open('http://www.twickenham2020.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 23: window.open('http://www.richmondboroughconservatives.com','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 24: window.open('http://www.richmondparkcf.blogspot.com/','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 25: window.open('http://www.serveourforces.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 26: window.open('http://www.richmonddeclaration.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 27: window.open('http://www.twickenhamconservatives.com/','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 28: window.open('http://riversideconservatives.co.uk/','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;
	 case 29: window.open('http://www.whittonconservatives.co.uk','mywindow','menubar=1,resizable=1,width=800,height=600,scrollbars=yes'); break;	 	 


	 	 	 	 	 	 	 	 
	 default: null;
	}
}
