
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns:fb="http://ogp.me/ns/fb#">
<html>
<head>

<TITLE>Argumenta Intro</TITLE>
	<LINK REL="stylesheet" HREF="stylesheet.css" TYPE="text/css">
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1"> 
<meta name="title" content="Argumenta">
<meta name="author" content="Argumenta INC">
<meta name="publisher" content="http://www.argumenta.com">
<meta name="copyright" content="Argumenta INC">
<meta name="revisit" content="After 1 days">
<meta name="keywords" content="web, websites, SEO, software, digital media, online marketing">
<meta name="description" content="Argumenta is a new media agency from strategy to execution. HQ in Manila and European HQ in Denmark. Own software development and off-shore facilities. ">
<meta name="robots" content="index,follow">
<meta name="language" content="english">

<script src="javascripts.js" type="text/javascript" language="JavaScript"></script>
<!--script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="JSFX_ImageZoom.js"></SCRIPT>
<script type="text/javascript" src="fadeslideshow.js"></script>
<script type="text/javascript">

// REDIRECT TO MOBILE SITE
sw = screen.width
if (sw<800)
{
location.href='/m';
}




//var togglerdiv = "<div id='slideshowtoggler'><a href='#' class='prev'><img src='files/graphics/dot_red.png' style='border-width:0' /></a> <span class='status' style='margin:0 50px; font-weight:bold'></span> <a href='#' class='next'><img src='files/graphics/dot_red.png' style='border-width:0' /></a></div>"
var mygallery=new fadeSlideShow({
	wrapperid: "toppicfader", //ID of blank DIV on page to house Slideshow
	dimensions: ['100%', 381], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	dimensions: [1920, 508], //width/height of gallery in pixels. Should reflect dimensions of largest image
	//["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],

	imagearray: [
		["files/graphics/intropics/slide_1.jpg", "", "", "<div class='slideshowtitle'>Metro Manila Skyline<br>Visit us in downtown business district Makati</div>"],
		["files/graphics/intropics/slide_2.jpg", "", "", "<div class='slideshowtitle'>Argumenta office is just north of Copenhagen<br>Visit us near the beach and forest</div>"],
		["files/graphics/intropics/slide_3.jpg", "", "", "<div class='slideshowtitle'>Far east development and programming<br>Scandinavian Design and know-how</div>"]
//		["files/graphics/slidepic5.jpg", "", "", "<div class='slideshowtitle'>design // craftmanship // ethics</div><div style='float:right;padding:0px;margin:0px;width:250px;height:5px;background-color:#fedb00;'></div>"]		 //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:7000, cycles:0,randomize:false, wraparound:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "slideshowtoggler",
	oninit: function(){
		var dm = this.setting.displaymode;
		this.nav = function(num){
			this.navigate(num);
			if (num==0)
			{
			document.getElementById('slidedot0').src='files/graphics/dot_white.png';
			document.getElementById('slidedot1').src='files/graphics/dot_red.png';
			document.getElementById('slidedot2').src='files/graphics/dot_red.png';
			}
			if (num==1)
			{
			document.getElementById('slidedot0').src='files/graphics/dot_red.png';
			document.getElementById('slidedot1').src='files/graphics/dot_white.png';
			document.getElementById('slidedot2').src='files/graphics/dot_red.png';
			}
			if (num==2)
			{
			document.getElementById('slidedot0').src='files/graphics/dot_red.png';
			document.getElementById('slidedot1').src='files/graphics/dot_red.png';
			document.getElementById('slidedot2').src='files/graphics/dot_white.png';
			}
			dm.type='auto';
		};
	}
})


</script>


<!--script type="text/javascript" src="jquery.magnifier.js"></script-->
<script>
// SET ALL HREF TO TARGET BLANK
//jq.noConflict();
$(document).ready(function(){$('a[href^="http://"]').attr('target', '_blank');});
</script>

<style type="text/css">

#dhtmltooltip{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
position: absolute;
left: -300px;
width: 100px;
border: 1px solid white;
padding: 5px;
min-height:30px;
background-color: black;
color:white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

</style>
<meta name="google-site-verification" content="X68luEZ0ZLc7alEuHjPm1PTT1Dg_7MaGrKF9NWsrRWQ" />

</head>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16649952-1']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<body bgcolor="#000000">
<script type="text/javascript">

/***********************************************
* Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=12 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="arrow2.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

</script>

<TABLE cellpadding="0" cellspacing="0" id="wrappertable">
	<TR>
		<TD align="center"id="wrappercell">
			<TABLE cellpadding="0" border="0" cellspacing="0" id="templatetable">
		<TR >
	<TD id="topcell" >

				<div id="logobox">
					<a href="?home" title="Argumenta"><img src="../../Files/Graphics/logo_top_big.png" border="0" id="logo" /></a>
				</div>
					</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD id="menucell" align="center" >

    <table width="1000" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="left" valign="middle">
		
        	<ul id="topmenulist">
            	<li onMouseover="ddrivetip('Go to home', 300)"; onMouseout="hideddrivetip()">
                	<div id="head"><a href="?home" style="color:#ff000a;">Home</a></div>
                    <div id="subhead">Go home</div>
                </li>
                <li onMouseover="ddrivetip('Read about who we are', 300)"; onMouseout="hideddrivetip()">
                	<div id="head"><a href="?about" >About</a></div>
                    <div id="subhead">Who we are</div>
                </li>
                <li onMouseover="ddrivetip('Read about what we can do', 300)"; onMouseout="hideddrivetip()">
                	<div id="head"><a href="?services" >Services</a></div>
                    <div id="subhead">What we can do</div>
                </li>
                <li onMouseover="ddrivetip('Read about what we have done', 300)"; onMouseout="hideddrivetip()">
                	<div id="head"><a href="?work" >Work</a></div>
                    <div id="subhead">What we have done</div>
                </li>
                <li onMouseover="ddrivetip('Get in touch with us', 300)"; onMouseout="hideddrivetip()">
                	<div id="head"><a href="?contact" >Contact</a></div>
                    <div id="subhead">Get in touch</div>
                </li>
            </ul>
        </td>
        <td align="right" valign="middle">
        	<ul id="menusocialicons">
                <li>
                	<a href="javascript:void(0);" onMouseover="ddrivetip('Tip a friend about us', 300)"; onMouseout="hideddrivetip()" onclick="window.open('tip.asp?sid=1','TIP','width=400,height=330');"><img src="/Files/Graphics/tell_a_friend_icon.png" border="0" onmouseover="this.src='/Files/Graphics/tell_a_friend_icon_over.png'" onmouseout="this.src='/Files/Graphics/tell_a_friend_icon.png'" /></a>
                </li>
                 <li>
                	<a href="" onMouseover="ddrivetip('View our Youtube Channel', 300)"; onMouseout="hideddrivetip()"><img src="/Files/Graphics/youtube_icon.png" onmouseover="this.src='/Files/Graphics/youtube_icon_over.png'" onmouseout="this.src='/Files/Graphics/youtube_icon.png'" border="0" /></a>
                </li>
                  <li>
                	<a href="" onMouseover="ddrivetip('Follow us on Twitter', 300)"; onMouseout="hideddrivetip()"><img src="/Files/Graphics/twitter_icon.png" onmouseover="this.src='/Files/Graphics/twitter_icon_over.png'" onmouseout="this.src='/Files/Graphics/twitter_icon.png'" border="0" /></a>
                </li>
            	<li> <a href="http://www.facebook.com/pages/Argumenta/135956975949" onMouseover="ddrivetip('Visit us on Facebook', 300)"; onMouseout="hideddrivetip()" target="_blank"><img src="/Files/Graphics/facebook_icon.png" onmouseover="this.src='/Files/Graphics/facebook_icon_over.png'" onmouseout="this.src='/Files/Graphics/facebook_icon.png'" border="0" /></a>
                </li>
            </ul>
        </td>
      </tr>
    </table>
		</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD id="slidecell" >

			<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
				<tr>
					<td width="" align="center" valign="middle">
						<div id="toppicfader">
                        </div>
						<div id='slideshowtoggler'>
                        	<a href='#' onclick="mygallery.nav(0);"><img id="slidedot0" src='files/graphics/dot_red.png' style='border-width:0' /></a> 
							<a href='#' onclick="mygallery.nav(1);"><img id="slidedot1" src='files/graphics/dot_red.png' style='border-width:0' /></a>
							<a href='#' onclick="mygallery.nav(2);"><img id="slidedot2" src='files/graphics/dot_red.png' style='border-width:0' /></a>
                        </div>
					</td>
				</tr>
			</table>
				</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD id="frontmaincell" align="center" valign="top" >

                <table width="100%" border="0" cellspacing="0" cellpadding="20">
                  <tr>
                    <td id="frontmaintopbg">
                   	</td>
                  </tr>
                  <tr>
                 	 <td id="frontmain" align="center" valign="top">
                     	<table width="1000" border="0">
                          <tr>
                            <td width="670" align="left" valign="top">
                            	<div id="fronttext">
                                	<h1>East Meets West</h1>
<h2>New Media&nbsp;across Continents</h2>
<p>Argumenta was founded in Denmark in 2003 as a new media&nbsp;agency We took a big step in 2011 setting up our own software development facilities in Manila. Here we have designers, web-developers, software programmers and project management&nbsp; under one roof. A young and&nbsp;talented team under Danish management. Our ambition is to be on the fast moving Asian growth train and at the same time offer high quality&nbsp;new media&nbsp;solutions at a fair price to Denmark and other countries in Europe.</p>
<div style="border-bottom: #2d2c2c 1px solid; width: 100%">&nbsp;</div>
<p>&nbsp;</p>
<h1>Design on a new level</h1>
<h2>Cutting edge&nbsp;concepts and design</h2>
<p>Argumenta applies&nbsp;the&nbsp;latest relevant technologies and concepts &nbsp;to communicate more effectively on behalf of our clients. We make integrated new media solutions on a variety of platforms, mainly web based concepts but also including&nbsp;Smartphone Apps, SMS/MMS comm, social media and more. But it's not all about using the newest hardware and software in town, but also about mixing it up creatively and with insight. We could not do it all without close partners and providers of matching delevopment and knowledge. We are thankful, you want to work with us.</p>
                                </div>
                                
<div id="newscell" style="width:670px;text-align:left;">
	<h2>Latest news</h2>

            <div id="newsstory">
            	<h1>Bike Stamina on the road</h1>
                <p>&nbsp;</p>
            </div>
            	<div id="newsreadmore">
                	<!--a href="?news&guid=%7B5BE7EE21%2D27AB%2D6817%2D7537%2D16753468997B%7D&cat=%7B3E8E0D3F%2D19F3%2DA34A%2D37A5%2DD4BF0B0D2446%7D&view=page&type=news"> Read more</a-->
					<a href="?bike-stamina-on-the-road"> Read more</a>
                </div>
			
            <div id="newsstory">
            	<h1>Fit for Fight</h1>
                <p>Your own fitness coach one click away</p>
            </div>
            	<div id="newsreadmore">
                	<!--a href="?news&guid=%7BB188C7EB%2D66D1%2DDEE6%2DB3C0%2DED00CB3EE54F%7D&cat=%7B3E8E0D3F%2D19F3%2DA34A%2D37A5%2DD4BF0B0D2446%7D&view=page&type=news"> Read more</a-->
					<a href="?fit-for-fight"> Read more</a>
                </div>
			
</div>

                            </td>
                            <td width="30">&nbsp;</td>
                            <td width="300" align="left" valign="top">
                            	<!--div id="moloculebox">
                                	<img src="/Files/Graphics/argumenta_molocule.png" border="0" />
                                    <h1>Get the full package</h1>
                                    <h2>Learn how here</h2>
                            	</div-->
								<div id="moloculebox">
								
									<table border="0" id="moloculeboxbg" cellspacing="0" cellpadding="0" align="center">
										<tr>
											<td align="center" valign="middle"><a href="?web" title="WEB : what is web, how does it work and what can it be used for?
Read more about web and what we can bring to your web"><img alt="WEB : what is web, how does it work and what can it be used for?
Read more about web and what we can bring to your web" style="z-index:2000;" src="files/graphics/argumenta_molocule_web.png" onMouseOver="JSFX.zoomIn(this)" onMouseOut="JSFX.zoomOut(this)" border="0"></a></td>
											<td align="center" valign="middle" rowspan="2"><a href="?consulting" title="CONSULT : what is consult, how does it work and what can it be used for?
Read more about consult and how we can cosult your business"><img alt="CONSULT : what is consult, how does it work and what can it be used for?
Read more about consult and how we can cosult your business" style="z-index:2000;" src="files/graphics/argumenta_molocule_con.png" onMouseOver="JSFX.zoomIn(this)" onMouseOut="JSFX.zoomOut(this)" border="0"></a></td>
										</tr>
										<tr>
											<td align="center" valign="middle"><a href="?strategy" title="STRATEGY : what is strategy, how does it work and what can it be used for?
Read more about strategy and how our strategy can help you out"><img alt="STRATEGY : what is strategy, how does it work and what can it be used for?
Read more about strategy and how our strategy can help you out" style="z-index:2000;" src="files/graphics/argumenta_molocule_stra.png" onMouseOver="JSFX.zoomIn(this)" onMouseOut="JSFX.zoomOut(this)" border="0"></a></td>
										</tr>
									</table>
									<h1>Get the full package</h1>
									<h2>Learn how here</h2>
								</div>
								<script> 
function xsendme() 
{ 
    window.open("quickcontact.asp","quickwindow","width=500,height=300,toolbar=0"); 
    var a = window.setTimeout("document.quicklcontactform.submit();",100); 
} 

function sendme(form_id,email,maincontent) {
   var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
   var address = document.forms[form_id].elements[email].value;
   var mcontent = document.forms[form_id].elements[maincontent].value;
   if(reg.test(address) == false) {
      alert('Invalid Email Address');
      return false;
   }
   else if (mcontent=='')
   {
      alert('Invalid About Content');
      return false;
   }
   else
   {
    var left = (screen.width/2)-(500/2);
	 var top = (screen.height/2)-(300/2);
    window.open('quickcontact.asp','quickwindow','width=500,height=300,toolbar=0,top='+top+',left='+left); 
    var a = window.setTimeout("document.quicklcontactform.submit();",100);
   }
}

</script> 
                                <div id="contactbox">
                                	<h1>Get in touch</h1>
                                    <a href="javascript:void(0);" onclick="ShowNHide('qcontact');" style="text-decoration:none;"><h2 style="padding-bottom:10px;">Contact us now</h2></a>
									<div id="qcontact" name="qcontact" style="display:none;color:white;padding:10px;border:1px dotted #a3a3a3;">
									<a name="qcontact"></a>
									<form action="quickcontact.asp" target="quickwindow" method="post" name="quicklcontactform" id="quicklcontactform" class="quickcontactform">
									<div class="quicktitle">E-mail:</div>
									<input type="text" name="email" id="email" class="quicktextfield" size="40" maxlength="50">
									<div class="quicktitle">About:</div>
									<textarea cols="30" rows="5" name="mailcontent" class="quicktextfield" id="mailcontent"></textarea>
									<br>
									<a class="quicksubmit" href="javascript:void(0);" onclick="sendme('quicklcontactform','email','mailcontent');return true;">Send</a>
									<br>
									</form>
									</div>
									<br>
                                	<div id="mapholder1">
                                    <iframe width="135" height="100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Argumenta,+Traverbanevej+10,+Charlottenlund,+Danmark&amp;aq=0&amp;sll=55.753069,12.588079&amp;sspn=0.00733,0.026157&amp;ie=UTF8&amp;hq=Argumenta,&amp;hnear=Traverbanevej+10,+2920+Charlottenlund,+Denmark&amp;ll=55.752924,12.588079&amp;spn=0.00733,0.026157&amp;output=embed"></iframe>
                                    <h3>Argumenta Europe</h3>
                                    <p>Charlottenlund, Denmark</p>
                                    </div>
                                    <div id="mapholder2">
                                    <iframe width="135" height="100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.ph/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=101+Aguirre,+Makati+City,+Metro+Manila&amp;aq=0&amp;oq=101+Aguirre&amp;sll=14.560178,121.012923&amp;sspn=0.014725,0.022724&amp;ie=UTF8&amp;hq=&amp;hnear=Aguirre,+Lungsod+ng+Makati,+Metro+Manila&amp;t=m&amp;z=14&amp;ll=14.552788,121.016059&amp;output=embed"></iframe>
                                    <h3>Argumenta Asia</h3>
                                    <p>Makati Philippines</p>
                                    </div>
                                </div>
								<h1 style="font-family:Arial, Helvetica, sans-serif;font-size:30px;color:#a3a3a3;text-transform:uppercase;padding:30px 0px 0px 0px;margin:250px 0px 0px 0px;">Like and Share</h1>
								<h2 style="font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:23px;color:#FFF;text-transform:uppercase;padding:0px 0px 30px 0px;margin:0px;">Share with the world</h2>
								<div id="fbbox">
								<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
									<tr>
										<td width="" align="center" valign="bottom">
											<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
											<fb:like href="http://www.facebook.com/ArgumentaInc" send="true" layout="box_count" width="140" show_faces="false" colorscheme="dark" font="verdana"></fb:like>
										</td>
									
										<td width="" align="center" valign="bottom">
										<a href="https://twitter.com/share" class="twitter-share-button" counturl="http://www.argumenta.com" data-count="vertical" data-size="large">Tweet</a>
										<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
										</td>
									
										<td align="center" valign="bottom">
											<!-- Place this tag where you want the +1 button to render 
											<g:plusone></g:plusone>-->
											<div class="g-plusone" data-size="tall"></div>
											<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
										</td>
									</tr>
								</table>								
								</div>
                            </td>
                          </tr>
                        </table>
                     </td>
                  </tr>
                </table>
                <div id="bottomborder">
                </div>
                <div id="recentprojectsbox">
                	<h2>Recent projects</h2>
                    
<div id="project">
	<div id="projectthumb">
		<img src="/Files/project_thumb_malbilligt.png" border="0" />
	</div>
	<div id="projectname">
		malbilligt
	</div>
	<div id="showprojectbtn">
		<a href="?work&cid=1" class="showprojectbtnlink">Show project <img src="/Files/Graphics/projectarrow_icon.png" id="showprojectarrowicon" /></a>
	</div>
</div>

<div id="project">
	<div id="projectthumb">
		<img src="/Files/project_thumb_diesel.png" border="0" />
	</div>
	<div id="projectname">
		Diesel
	</div>
	<div id="showprojectbtn">
		<a href="?work&cid=8" class="showprojectbtnlink">Show project <img src="/Files/Graphics/projectarrow_icon.png" id="showprojectarrowicon" /></a>
	</div>
</div>

<div id="projectend">
	<div id="projectthumb">
		<img src="/Files/project_thumb_audionova.png" border="0" />
	</div>
	<div id="projectname">
		Audionova
	</div>
	<div id="showprojectbtn">
		<a href="?work&cid=3" class="showprojectbtnlink">Show project <img src="/Files/Graphics/projectarrow_icon.png" id="showprojectarrowicon" /></a>
	</div>
</div>

                </div>
                <div id="mainbottom">
                </div>
					</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD id="footercell" align="center" valign="top" >

                <div id="footer">
                	<div id="footerbox">
                    	<h2>Some of our clients</h2>
                        
<ul id="clientlist">

	<li id="20" name="20" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=20" target="_blank" class="clientnamelink">BusinessTV.eu</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=20" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="12" name="12" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=12" target="_blank" class="clientnamelink">Comtech</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=12" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="14" name="14" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=14" target="_blank" class="clientnamelink">Donners Autoservice</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=14" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="15" name="15" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=15" target="_blank" class="clientnamelink">Experienza</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=15" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="16" name="16" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=16" target="_blank" class="clientnamelink">Festivalvognen</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=16" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="17" name="17" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=17" target="_blank" class="clientnamelink">Giritech</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=17" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="18" name="18" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=18" target="_blank" class="clientnamelink">Hostingkompagniet</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=18" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="19" name="19" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="reflink.asp?refid=19" target="_blank" class="clientnamelink">Goracing</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=19" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	<li id="1" name="1" onmouseover="changebg(this.id, '#53525d');" onmouseout="changebg(this.id, '');">
		<div id="clientname"><a href="?work&cid=1" target="" class="clientnamelink">malbilligt</a></div>
		<div id="clientlink"><a href="reflink.asp?refid=1" target="_blank" id="clientlink"><img src="/Files/Graphics/link_icon_small.png" border="0" id="clientlistlinkicon" /> link</a></div>
	</li>


	 </ul>
	
                    </div>
                    <div id="footerbox">
                    	<h2>Brought to you with</h2>
                        <ul id="productlogoslist">
                        	<li>
                            	<div id="logo">
                                	<a href="?sputnick"><img src="/Files/Graphics/sputnick_logo.png" border="0" /></a>
                                </div>
                                <div id="logotext">
                                	<h3>Sputnick CMS System</h3>
                                    <p>User friendly CMS to be tailored to your exact specification.</p>
                                </div>
                            </li>
                            <li>
                           	 	<div id="logo">
                                	<a href="?laikasys"><img src="/Files/Graphics/laika_logo.png" border="0" /></a>
                                </div>
                                <div id="logotext">
                                	<h3>Laika Email Marketing</h3>
                                    <p>See what works. Comprehensive statistics on subscribers.</p>
                                </div>
                            </li>
                            <li>
                            	<div id="logo">
                                	<a href="?survey-denmark"><img src="/Files/Graphics/survey_logo.png" border="0" /></a>
                                </div>
                                <div id="logotext">
                                	<h3>Survey Denmark Survey System</h3>
                                    <p>Because you cannot always know what people are thinking.</p>
                                </div>
                            </li>
                        </ul>
                    </div>
                    <div id="footerboxend">
                    	<h2>Contact us</h2>
                        <img src="/Files/Graphics/globes.png" border="0" id="globes" />
                        <div id="left"><h3>Argumenta Europe</h3>
                        <p>Hestesportens Hus<br />
                        Traverbanevej 10<br />
                        2920 Charlottenlund<br />
                        Denmark<br />
                        Phone: +45 39 30 19 39</p>
                        </div>
                        <div id="right">
                        <h3>Argumenta Asia</h3>
                        <p>3rd Floor<br />
                        Cacho Gonzales Building<br />
                        101 Aguirre Street<br />
                        1223 Makati City, Philippines<br />
                        Phone: +63 (2) 621 9857</p>
                        </div>
                    </div>
                </div>
					</TD>
</TR>
			
			</TABLE>
		</TD>
    </TR>
</TABLE>
</body>
</html>
