<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$title}</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="../menu/css/dropdown/dropdown.css" media="all" rel="stylesheet" type="text/css" />
<link href="../menu/css/dropdown/themes/default/default.advanced.css" media="all" rel="stylesheet" type="text/css" />
<!--[if lt IE 7]>
<script type="text/javascript" src="../menu/js/jquery/jquery.js"></script>
<script type="text/javascript" src="../menu/js/jquery/jquery.dropdown.js"></script>
<![endif]-->
<!-- Initialize Dojo -->
{literal}
<script src='../dojo/dojo/dojo.js' type='text/javascript'></script>
<script type='text/javascript'>
//<!--
// The following function submits the data from the 'post-form' form
// to a PHP script located at
// 'http://www.dojoforum.com/demo-0.9/xhr/parse_form.php'
// The PHP script simply outputs a string in the format of
// 'Hello $name!', which is then put in the <div> w/ the id
// of 'response'.
//
// NOTE: As with xhrGet, you can also use handleAs to accept
// JSON objects in your load() function.
//dojo.require("dojo.style");
</script>
{/literal}
</head>
<body>
<div id="page_container">
<div id="admin_header">{include file='admin_header.tpl'}</div>
<div id="admin_nav">{include file='admin_navigation.tpl'}</div>
<div id="contents">
<!-- Manage category controls -->
<div id="manage_cat_box">
<h3>Email Marketing and Newsletters</h3><br />
<iframe src="http://innoreative.com/web-design-products/email-marketing/micro/email-marketing-overview.php" frameborder="0" width="690" height="400" scrolling="no"></iframe>
</div>
<!-- end manage categories -->
<!----> <div id="section_info_box">
<h4>Create</h4>
<p>With easy to use tools, you can add your own content, select recipients and schedule your delivery. You won't believe how fast and friendly innoreative email marketing solution is</p>
<h4>Manage Subscribers</h4>
<p>Managing your own subscribers is no longer a headache. Adding and removing subscribers takes seconds and we handle all the nasty stuff like bounces and unsubscribe requests automatically.</p>
<h4>Send</h4>
<p>Send it immediately or schedule it for delivery at another time</p>
<h4>Analyze</h4>
<p>Our simple reports make it easy for you to check out the numbers that matter. See who opened your email, who clicked a link and so much more. Our reports are updated in real time so you always know the latest.</p>
</div>
<div style="clear:both;"></div>
</div>
<div id="admin_footer">{include file='admin_footer.tpl'}</div>
</div>
</body>
</html>