<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js" type="text/javascript">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js" type="text/javascript">
</script>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Softpress : Tester</title>
<meta name="viewport" content="width = 1000, minimum-scale = 0.25, maximum-scale = 1.60"/>
<meta name="robots" content="index,follow"/>
<meta name="dc.description" content=" "/>
<meta name="description" content=""/>
<meta name="generator" content="Freeway 5 Pro 5.5.0"/>
<meta name="dc.language" content="en"/>
<meta name="dc.title" content="Tester"/>
<meta name="dc.format" content="text/html"/>
<meta name="keywords" content=""/>
<link rel="stylesheet" type="text/css" href="/templates/css/sheet11.css"/>
<style type="text/css"><!-- 
body { margin:0px; background-color:#fff; background-image:url(/templates/Resources/backdrop.jpeg); background-repeat:repeat-x; background-position:left top; height:100% }
html {height:100%}
#Footer a:link {color:#788}
#Footer a:visited {color:#788}
#Footer a:hover {color:#788}
#Footer a:active {color:#788}
#ProductsNavigation a:link { color:#788; text-decoration:none }
#ProductsNavigation a:visited { color:#788; text-decoration:none }
#ProductsNavigation a:hover { color:#788; text-decoration:underline }
#ProductsNavigation a:active { color:#788; text-decoration:none }
#ReviewsNavigation a:link { color:#788; text-decoration:none }
#ReviewsNavigation a:visited { color:#788; text-decoration:none }
#ReviewsNavigation a:hover { color:#788; text-decoration:underline }
#ReviewsNavigation a:active { color:#788; text-decoration:none }
#StoreNavigation a:link { color:#788; text-decoration:none }
#StoreNavigation a:visited { color:#788; text-decoration:none }
#StoreNavigation a:hover { color:#788; text-decoration:underline }
#StoreNavigation a:active { color:#788; text-decoration:none }
#SupportNavigation a:link { color:#788; text-decoration:none }
#SupportNavigation a:visited { color:#788; text-decoration:none }
#SupportNavigation a:hover { color:#788; text-decoration:underline }
#SupportNavigation a:active { color:#788; text-decoration:none }
#PressNavigation a:link { color:#788; text-decoration:none }
#PressNavigation a:visited { color:#788; text-decoration:none }
#PressNavigation a:hover { color:#788; text-decoration:underline }
#PressNavigation a:active { color:#788; text-decoration:none }
#CompanyNavigation a:link { color:#788; text-decoration:none }
#CompanyNavigation a:visited { color:#788; text-decoration:none }
#CompanyNavigation a:hover { color:#788; text-decoration:underline }
#CompanyNavigation a:active { color:#788; text-decoration:none }
#socialLinks1 a:link {color:#666}
#socialLinks1 a:visited {color:#666}
#socialLinks1 a:hover {color:#333}
#moreSocialLinks1 a:link {color:#666}
#moreSocialLinks1 a:visited {color:#666}
#moreSocialLinks1 a:hover {color:#333}
#item10 a:link { color:#788; text-decoration:none }
#item10 a:visited { color:#788; text-decoration:none }
#item10 a:hover { color:#788; text-decoration:underline }
#item10 a:active { color:#788; text-decoration:none }

.gfx {position:relative; overflow:visible;}
.fwRow, .fwColumn {position:relative; float:left; display:inline;}
.fwColumn {clear:both;}
.form_element_searchfield { background:#FFFFFF; color:#000000;  font-family: Helvetica,Arial,sans-serif; font-size:12; width: 153px; height: 18px; } 

#fwNav1 { float:right;  padding:0; margin:0; list-style:none; }
#fwNav1 .fwNavItem { width:auto;  float:left;margin:0; padding:0; border-right:0; border-top:0; border-bottom:0; border-left:0; position:relative; }
#fwNav1 .fwNavItem a { display:block;color:#FFFFFF; text-decoration:none; background:url(/templates/Resources/transparent.gif) repeat; margin:0;padding:10px 10px 11px 10px; height:1%; }
#fwNav1 .fwFirstChild {border-left:0;}
#fwNav1 .fwLastChild {border-right:0;}
#fwNav1 .fwNavItem a:hover, #fwNav1 .fwNavItem span a:hover, #fwNav1 .fwNavItem a:focus { color:#FFFFFF; text-decoration:none; background:#000000; }
#fwNav1 .fwNavItem a:active { text-decoration:none; background:#000000; }
#fwNav1 .fwNavItem a.fwCurrent, #fwNav1 .fwNavItem a.fwCurrent:hover { display:block; color:#223333; background:#CCCCCC; }
* html #fwNav1 {float:right;}
* html #fwNav1 .fwNavItem a { float:left; height:1%; }
-->
</style>
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/templates/ie62.css"/>
<link rel="stylesheet" type="text/css" href="/templates/css/indexRplIe6.css"/>
<![endif]-->
<script src="/templates/Resources/FW_Object.js" type="text/javascript"></script>
<style type="text/css">
a img {text-decoration:none; outline:none; border:none;}
ul, li {margin:0; padding:0;}
h3 {font-weight:normal;}
</style>


<link rel="alternate" type="application/atom+xml" title="News from Softpress" href="http://www.softpress.com/atom.php" />

<script src="http://widgets.digg.com/buttons.js" type="text/javascript"></script>

<script type="text/javascript">//<![CDATA[

var isSafari = (navigator.userAgent.indexOf("AppleWebKit") != -1); // Detecting not only Safari but WebKit-based browsers
	function safariSearch(item, placeholder, results, autosave, incremental){
		if (!document.getElementById){return};
		var theSearchField = document.getElementById(item);
		if(theSearchField){
			if (isSafari) {
				// Changing type to 'search' from 'text'
				// and inserting 'autosave,' 'results,' 'placeholder' values for Safari and WebKit-based browsers
				theSearchField.setAttribute('type', 'search');
				theSearchField.setAttribute('placeholder', placeholder);
				theSearchField.setAttribute('results', results);
				theSearchField.setAttribute('autosave', autosave);
				theSearchField.setAttribute('incremental', incremental);
			} else {
				// Doing the 'Live Search'-displaying-&-hiding-stuff for non-WebKit-based browsers
				theSearchField.onfocus = function () { if (this.value==placeholder) { this.value = ''; } }
				theSearchField.onblur = function () { if (this.value=='') { this.value = placeholder; } }
				if (theSearchField.value=='') theSearchField.value = placeholder;
			}
		}
	}
function addLoadEvent(func) {
		var oldonload = window.onload;
		if (typeof window.onload != 'function') {
			window.onload = func;
		} else {
			window.onload = function() {
				if (oldonload) {oldonload();}
				func();
			}
		}
	}
addLoadEvent(function() { safariSearch('searchfield_search','Search our site',5,'com.softpress.search',true) })
//]]></script><!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/templates/css/clearFix.css"/>
<![endif]-->

	<script src="/templates/Resources/showhidesearch.js" type="text/javascript"></script>
<!--[if lt IE 7]>
<link rel=stylesheet type="text/css" href="/templates/ie62.css">
<![endif]-->
<style type="text/css">
<!-- 
.fwNavItem a.store, .fwNavItem a.store:focus, .fwNavItem a.store:hover { color:#FFFFFF; text-decoration:none; background:#0000EE; }

#fwNav1 li a.store, #fwNav1 li a.store:hover { color:#FFFFFF; text-decoration:none; background:#3c6fcc; }

#fwNav1 .fwNavItem a.fwCurrent, #fwNav1 .fwNavItem a.fwCurrent:hover, #fwNav1 .fwNavItem a.fwCurrent:active { display:block; color:#223333; background:#CCCCCC; }

-->
</style> 
</head>
<body>
<div id="PageDiv" style="position:relative; min-height:100%; margin:auto; width:1000px">
	<div id="searchItem" class="f-x2" style="position:absolute; left:699px; top:36px; width:289px; z-index:1; overflow:visible; display:none">
		<form method="post" action="http://www.softpress.com/"  >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="19" />
<input type="hidden" name="XID" value="" />
<input type="hidden" name="RP" value="search&amp;#47;searchresults" />
<input type="hidden" name="NRP" value="search&amp;#47;noresults" />
<input type="hidden" name="RES" value="20" />
<input type="hidden" name="status" value="" />
<input type="hidden" name="weblog" value="not sidebars" />
<input type="hidden" name="search_in" value="everywhere" />
<input type="hidden" name="where" value="all" />
<input type="hidden" name="site_id" value="1" />
</div>


		<p class="rightAlign"><input name="keywords" size="12" style="padding:2px" class="form_element_searchfield" id="searchfield_search"/>&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value=" Search! "/></p>
		</form>
	</div>
	<div id="SoftpressLogo" style="position:absolute; left:12px; top:5px; width:93px; height:25px; z-index:4">
		<a href="/"><img src="/templates/Resources/softpresslogo.png" border="0" width="93" height="25" alt="Softpress Logo" style="float:left"/></a>
	</div>
	<div id="ourquote" class="f-x2" style="position:absolute; left:12px; top:39px; width:155px; z-index:5; overflow:visible">
		<p class="style38">Quality Software since 1993</p>
	</div>
	<div id="primaryNavigation" style="position:absolute; left:300px; top:0px; width:670px;height:auto;z-index:6; overflow:visible;">
		<div class="fwNavContainer1"><ul class="MenuNavigation f-fp f-lp" id="fwNav1">
			<li class="fwFirstChild fwNavItem"><a href="http://www.softpress.com/store/" class="">Store</a></li>
			<li class="fwNavItem"><a href="http://www.softpress.com/tour/" class="">Freeway</a></li>
			<li class="fwNavItem"><a href="http://www.softpress.com/products/" class="">All Products</a></li>
			<li class="fwNavItem"><a href="http://www.softpress.com/products/actions/" class="">Actions</a></li>
			<li class="fwNavItem"><a href="http://www.softpress.com/downloads/" class="">Downloads</a></li>
			<li class="fwNavItem"><a href="http://www.softpress.com/support/" class="">Support</a></li>
			<li class="fwLastChild fwNavItem"><a href="http://www.softpress.com/company/" class="">Company</a></li>
		</ul></div>
	</div>
	
	<div id="MagnifyingGlass" style="position:absolute; left:973px; top:5px; width:24px; height:24px; z-index:8">
		<a href="javascript:showHideSearch()"><img src="/templates/Resources/magnifyingglass.png" border="0" width="24" height="24" alt="" style="float:left"/></a>
	</div>
	<div id="CentrePiece" style="margin-right:-1px;margin-top:140px;margin-left:0px;margin-bottom:0px;min-height:440px;width:1000px;z-index:2; background-color:#fff; background-image:url(/templates/Resources/carbonside.png); background-repeat:repeat-y; background-position:right top; overflow:visible" class="fwColumn">
		<div id="item5" style="margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:19px;min-height:421px;width:716px;z-index:1; overflow:visible" class="fwRow">
			
			
			<table border="0" cellpadding="10" cellspacing="0" style="empty-cells: hide">
<tbody>
<tr>
<td colspan="2" height="220" style="background-image: url(/images/uploads/fw55a.jpg);" valign="top" width="415"><a href="/tour/new-in-freeway-55/"><img alt="Download the Freeway 5.5 Preview and see how creating great looking web sites is easier than ever!" border="0" height="220" src="/images/uploads/_clear.gif" width="415" /></a></td>
</tr>
<tr>
<td bgcolor="#f2f2f2" height="52" valign="middle" width="320">
<p class="f-lp" style="margin-top: 0;margin-bottom: 0"><span class="caption" style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px"><strong>Download Freeway 5.5</strong> and see how creating great looking web sites is easier than ever!<br />&nbsp;</span></p>
</td>
<td bgcolor="#f2f2f2" height="52" valign="middle" width="75">
<p class="style1 f-lp" style="margin-top: 0;margin-bottom: 0;text-align: center"><span class="button" style="color: #fff;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;background-color: #999;padding: 3px 5px 3px 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;text-shadow: 1px 1px #333"> <a href="/tour/new-in-freeway-55/" style="color:#fff;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;">more info</a> </span></p>
</td>
</tr>
</tbody>
</table>
			
		</div>
		<div id="item6" style="margin-right:0px;margin-top:32px;margin-left:27px;margin-bottom:29px;min-height:379px;width:236px;z-index:2; overflow:visible" class="fwRow">
			
			<h1 class="style2"><span class="style5"></span></h1>
			
			<p><img alt="Freeway: Amazingly powerful web design software for the Mac" height="128" src="/images/uploads/New-Logo.png" style="float: left; margin-right:12px;" title="Freeway makes creating amazing web sites simple." width="128" /></p>
<h1 style="margin-bottom: 16px;margin-top: 4px;font-family: Helvetica, Arial, sans-serif;font-weight:bold; font-size: 30px;line-height:35px;">Freeway: Amazingly powerful web design software for the Mac</h1>
<p>&nbsp;</p>
<h2 style="letter-spacing: 0;font-family: Helvetica, Arial, sans-serif;color: #233;font-weight:normal;margin-left:114px;font-size: 20px;line-height:23px;"><img alt="tick" height="15" src="/images/uploads/Ticks.png" style="margin-right:12px" title="Yes, we can do that," width="14" />Absolutely <strong>no coding</strong> required</h2>
<h2 style="letter-spacing: 0;font-family: Helvetica, Arial, sans-serif;color: #233;font-weight:normal;margin-left:114px;font-size: 20px;line-height:23px;"><img alt="tick" height="15" src="/images/uploads/Ticks.png" style="margin-right:12px" title="And that," width="14" />Design for desktop/iPhone/iPad</h2>
<h2 style="letter-spacing: 0;font-family: Helvetica, Arial, sans-serif;color: #233;font-weight:normal;margin-left:114px;font-size: 20px;line-height:23px;"><img alt="tick" height="15" src="/images/uploads/Ticks.png" style="margin-right:12px" title="Some of that as well," width="14" />Powerful plug-in technology</h2>
<h2 style="letter-spacing: 0;font-family: Helvetica, Arial, sans-serif;color: #233;font-weight:normal;margin-left:114px;font-size: 20px;line-height:23px;"><img alt="tick" height="15" src="/images/uploads/Ticks.png" style="margin-right:12px" title="... and definitely that!" width="14" />Loved by pros and home users</h2>
			
		</div>
	</div>
	<div id="spotlights" class="fwColumn f-x2" style="width:988px;margin-right:-1px;margin-top:11px;margin-left:0px;margin-bottom:0px; z-index:3; padding:6px; background-color:#fff; overflow:visible">
		
		<p class="f-lp"><p style="text-align: center;"><br /><a href="http://www.google.com/search?q=pakistan+floods+appeal"><img alt="Pakistan Floods Appeal - click to donate" height="209" src="/images/uploads/pakistan.jpg" title="Pakistan Floods Appeal - click to donate" usemap="#pakistanmap" width="320" /></a>&nbsp;&nbsp;&nbsp;<a href="http://www.softpress.com/galleries/freeway/" title="See the great sites in the Freeway Gallery"><img alt="See the great sites in the Freeway Gallery" height="209" src="/images/uploads/home-panel-gallery-new.jpg" title="See the great sites in the Freeway Gallery" width="320" /></a>&nbsp;&nbsp;&nbsp;<a href="http://www.softpress.com/store/discount/"><img alt="Get a discount today" height="209" src="/images/uploads/home-panel-discount.jpg" title="Get a discount on Freeway today" width="320" /></a></p>
<p>
<map id="pakistanmap" name="pakistanmap">
<area alt="Unicef" coords="208,140,311,201" href="http://www.unicef.org.uk/donate_pakistan" title="Click to donate to Unicef now"></area>
<area alt="DEC" coords="73,140,207,201" href="http://www.dec.org.uk/" title="Click to donate to DEC now"></area>
<area alt="Oxfam" coords="6,140,72,201" href="http://www.oxfam.org.uk/pakistan/" title="Click to donate to Oxfam now"></area> 
</map>
</p></p>
		
	</div>
<div id="Footer" style="margin-top:24px;   width:1000px; height:425px; z-index:7; border-top:solid #ccc 1px; overflow:visible; position:relative; float:left; display:inline;">
	<div id="ProductsNavigation" style="position:absolute; left:0px; top:100px; width:150px; height:243px; z-index:1; overflow:visible">
		
		
<p class="FooterNavigation">
	Products
</p>

<p class="footerNavigationStyle">

<a href="/products/freewaypro/">
Freeway Pro
</a>
<br/>

<a href="/products/freewayexpress/">
Freeway Express
</a>
<br/>

<a href="/products/companion/easy-web-animator/">
Easy Web Animator
</a>
<br/>

<a href="/products/companion/intaglio/">
Intaglio
</a>
<br/>

<a href="/galleries/freeway/">
Gallery of Sites
</a>
<br/>

<a href="/education/">
Education
</a>

</p>	</div>
	<div id="ReviewsNavigation" style="position:absolute; left:170px; top:100px; width:150px; height:243px; z-index:2; overflow:visible">
		
		
<p class="FooterNavigation">
	Reviews
</p>

<p class="footerNavigationStyle">

<a href="/reviews/">
Praise for Freeway
</a>
<br/>

<a href="/awards/">
Awards
</a>
<br/>

<a href="/customerquotes/">
Customer Quotes
</a>
<br/>

</p>	</div>
	<div id="StoreNavigation" style="position:relative; left:340px; top:100px; width:150px; height:243px; z-index:3; overflow:visible">
		
		
<p class="FooterNavigation">
	Store
</p>

<p class="footerNavigationStyle">

<a href="/store/">
Buy Now
</a>
<br/>

<a href="/downloads/freetrial/">
Try Before You Buy
</a>
<br/>

<a href="/store/discount/">
Discounts
</a>
<br/>

<a href="#">
Boxed Copies &amp; eCDs
</a>
<br/>

<a href="#">
Currencies
</a>
<br/>

<a href="/store/distributors/">
Resellers &amp; Distributors
</a>
<br/>

<a href="/eula/">
EULA - End User License Agreement
</a>
<br/>

<a href="/store/terms/">
Sales Terms &amp; Conditions
</a>


</p>
	</div>
	<div id="SupportNavigation" style="position:absolute; left:510px; top:100px; width:150px; height:243px; z-index:4; overflow:visible">
		
		
<p class="FooterNavigation">
	Support
</p>

<p class="footerNavigationStyle">

<a href="/support/faq/">
Frequently Asked Questions
</a>
<br/>
		
<a href="/support/retrieve_serial_number/">
Retrieve Your Serial Number
</a>
<br/>

<a href="/support/lists/">
Mailing Lists
</a>
<br/>

<a href="/kb/">
KnowledgeBase
</a>
<br/>

<a href="/support/usermanuals/">
Manuals
</a>
<br/>

<a href="/kb/contact.php">
Help Desk
</a>
<br/>

<a href="/support/usingfreeway/">
Videos
</a>
<br/>
		
<a href="/support/reportingabug">
Report a Bug
</a>
<br/>

<a href="/support/links/">
Links and Resources
</a>
<br/>


</p>
	</div>
	<div id="PressNavigation" style="position:absolute; left:680px; top:100px; width:150px; height:243px; z-index:5; overflow:visible">
		
		
<p class="FooterNavigation">
	Press
</p>

<p class="footerNavigationStyle">

<a href="/press/">
Press Room
</a>
<br/>

<a href="/press/pressreleases/">
Press Releases
</a>
<br/>

<a href="/reviews/">
Reviews
</a>
<br/>

<a href="/press/adverts/">
Adverts
</a>
<br/>

<a href="/press/banners/">
Banners &amp; Buttons
</a>
<br/>

</p>	</div>
	<div id="CompanyNavigation" style="position:absolute; left:850px; top:100px; width:150px; height:243px; z-index:6; overflow:visible">
		
		
<p class="FooterNavigation">
	Company
</p>

<p class="footerNavigationStyle">

<a href="/company/">
About Softpress
</a>
<br/>

<a href="/company/">
The Team
</a>
<br/>

<a href="/company/contactus/">
Contact Us
</a>
<br/>

<a href="http://www.facebook.com/pages/Softpress">
Facebook
</a>
<br/>

<a href="http://twitter.com/softpress">
Twitter
</a>
<br/>

<a href="/company/employment/">
Employment
</a>
<br/>

<a href="/company/privacy/">
Privacy Policy
</a>
<br/>

<a href="/company/terms/">
Terms of Use
</a>
<br/>

</p>	</div>
	<div id="item4a" style="position:absolute; left:0px; top:387px; width:1000px; height:18px; z-index:7; overflow:visible">
		<div id="item2" style="margin-right:0px;margin-top:1px;margin-left:0px;margin-bottom:5px;min-height:12px;width:489px;z-index:1; overflow:visible" class="fwRow">
			<p class="style40">Softpress - Quality Software since 1993</p>
		</div>
		<div id="item3b" style="margin-right:-3px;margin-top:1px;margin-left:23px;margin-bottom:5px;min-height:12px;width:488px;z-index:2; overflow:visible" class="fwRow">
			<p class="rightAlign"><span class="style41">Copyright © Softpress Systems Ltd, 2010</span><span class="style41">. All rights reserved.</span></p>
		</div>
	</div>
	<div id="socialLinks1" style="position:absolute; left:12px; top:48px; width:536px; height:33px; z-index:8; overflow:visible">
		<p class="f-lp"><strong>Share:</strong> <a href="http://www.facebook.com/pages/Softpress/122661043517" title="Join the Freeway Facebook group"><img src="/templates/Resources/fb-icon.gif" border="0" width="24" height="24" alt="" style="vertical-align:middle"/></a> <a href="http://twitter.com/softpress" title="Follow us on Twitter"><img src="/templates/Resources/tw-icon.gif" border="0" width="24" height="24" alt="" style="vertical-align:middle"/></a>&nbsp;&nbsp;&nbsp;Link to this page: <strong><a href="http://www.softpress.com/tny/7eo" class="tny">http://www.softpress.com/tny/7eo</a></strong></p>
	</div>
	<div id="moreSocialLinks1" class="f-x2" style="position:absolute; left:588px; top:54px; width:400px; z-index:9; overflow:visible">
		<p class="diggBox"> <a class="DiggThisButton DiggCompact" rev="apple, software, design"></a>
&nbsp;&nbsp;&nbsp;<img src="http://static.delicious.com/img/delicious.small.gif" height="10" width="10" alt="Delicious" />
<a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"> Bookmark this on Delicious</a> </p>
	</div>
	<div id="item10" style="position:absolute; left:0px; top:348px; width:1000px; height:20px; z-index:10; overflow:visible">
		<p class="style40"><a href="/sitemap/">Site Map</a></p>
	</div>
</div></div>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-474087-1']);
_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';
	(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
</html>
