<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>FortiGate</title>
	<atom:link href="http://support.znw.co.jp/fortigate/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://support.znw.co.jp/fortigate</link>
	<description></description>
	<pubDate>Tue, 14 Jul 2009 00:28:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello world!</title>
		<link>http://support.znw.co.jp/fortigate/?p=1</link>
		<comments>http://support.znw.co.jp/fortigate/?p=1#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:28:55 +0000</pubDate>
		<dc:creator>zuken</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://210.196.73.90/support/fortigate/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://support.znw.co.jp/fortigate/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>

<!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" xml:lang="ja" lang="ja">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />

				<title>FortiGate パートナーサイト</title>

				<meta name='description' content='ネットワークセキュリティシステムにおける最新のソリューションを提供します' />
				<meta name='keywords' content='ZukenNetWave,zuken,ズケンネットウエイブ,ZNW,図研ネットウエイブ,FortiGate,フォーティゲート,アンチスパム,セキュリティ設計,運用監視' />
				<link rel='stylesheet' href='css/style.css' type='text/css' media='screen,print,tty' />
				<link rel='stylesheet' href='css/top.css' type='text/css' media='screen,print,tty' />
				<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://support.znw.co.jp/fortigate/?feed=rss2" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://support.znw.co.jp/fortigate/?feed=rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://support.znw.co.jp/fortigate/?feed=atom" />
<link rel="pingback" href="http://support.znw.co.jp/fortigate/xmlrpc.php" />

<script type="text/javascript" src="js/jquery-latest.pack.js"></script>

<meta name="robots" content="index,follow" />

<script type="text/javascript">
	function showcontainer(divid, showhide)
	{
		var valuenum = document.getElementById(showhide).value;
		if(valuenum == 0) {
			//jQuery("tr." + divid).hide();
			document.getElementById(showhide).value = 1;
		}
		else {
			//jQuery("tr." + divid).show(); 
			document.getElementById(showhide).value = 0;
		}
	}
	
	function showcontainernewsupdate(container_row, counteritem)
	{
		var i;
		document.getElementById("morerow_" + container_row).style.display = "none";
		for (i = 1; i <= counteritem; i++)
		{
			document.getElementById("rowitemupdate_" + container_row + "_" + i).style.display = "table-row";
		}
	}

	function showcontainernewspages(container_row, counteritem, showcnd)
	{
		var i;
		if(showcnd == 0)
		{
			jQuery("tr#" + "morerow_" + container_row).hide();
			jQuery("tr#" + "hiderow_" + container_row).show();		
			for (i = 1; i <= counteritem; i++){
				try{
					jQuery("tr." + "rowitemothershidden0").show();
					jQuery("tr#" + "rowitemupdatea_" + container_row + "_" + i).show();
					jQuery("tr#" + "rowitemupdateb_" + container_row + "_" + i).show();
					jQuery("tr#" + "rowitemupdatec_" + container_row + "_" + i).show();
					jQuery("tr#" + "rowitemupdated_" + container_row + "_" + i).show(); }
				catch(err) {
				  //Handle errors here
				  }			
			}
		}
		else
		{
			jQuery("tr#" + "morerow_" + container_row).show();
			jQuery("tr#" + "hiderow_" + container_row).hide();		
			for (i = 1; i <= counteritem; i++)	{
				try {
					jQuery("tr." + "rowitemothershidden0").hide();
					jQuery("tr#" + "rowitemupdatea_" + container_row + "_" + i).hide();
					jQuery("tr#" + "rowitemupdateb_" + container_row + "_" + i).hide();
					jQuery("tr#" + "rowitemupdatec_" + container_row + "_" + i).hide();
					jQuery("tr#" + "rowitemupdated_" + container_row + "_" + i).hide(); }
				catch(err) {
				  //Handle errors here
				  }			
			}
		}
	}	

	function showcontainernewspagesb(container_row, counteritem, showcnd)
	{
		var i;
		if(showcnd == 0)
		{
			jQuery("tr#" + "bmorerow_" + container_row).hide();
			jQuery("tr#" + "bhiderow_" + container_row).show();		
			
			for (i = 1; i <= counteritem; i++){
				try{
					
					jQuery("tr." + "browitemupdatecat_" + container_row).show();
					jQuery("tr." + "rowitemothershidden" + container_row).show();
					jQuery("tr." + "browitemupdatea_" + container_row + "_" + i).show();
					jQuery("tr." + "browitemupdateb_" + container_row + "_" + i).show();
					jQuery("tr." + "browitemupdatec_" + container_row + "_" + i).show();
					jQuery("tr#" + "browitemupdated_" + container_row + "_" + i).show(); }
				catch(err) {
				  //Handle errors here
				  }			
			}
		}
		else
		{
			jQuery("tr#" + "bmorerow_" + container_row).show();
			jQuery("tr#" + "bhiderow_" + container_row).hide();		
			for (i = 1; i <= counteritem; i++)	{
				try {
					jQuery("tr." + "browitemupdatecat_" + container_row).hide();
					jQuery("tr." + "rowitemothershidden" + container_row).hide();
					jQuery("tr." + "browitemupdatea_" + container_row + "_" + i).hide();
					jQuery("tr." + "browitemupdateb_" + container_row + "_" + i).hide();
					jQuery("tr." + "browitemupdatec_" + container_row + "_" + i).hide();
					jQuery("tr#" + "browitemupdated_" + container_row + "_" + i).hide(); }
				catch(err) {
				  //Handle errors here
				  }			
			}
		}
	}
	
	/*function DisplayRows(obj,cls,container_row){
	
	 document.getElementById("morerow_" + container_row).style.display = "none";*/
	
	
	function DisplayRows(obj,cls,container_row){
	
	 if (typeof(obj)=='string'){ obj=document.getElementById(obj); }
	 var obj=obj.parentNode
	 while (obj.tagName!='TABLE'){
	  obj=obj.parentNode
	 }
	 if (obj.tagName!='TABLE'){ return; }
	 if (!obj.trs){
	  obj.trs=obj.getElementsByTagName('TR');
	 }
	 for (zxc0=0;zxc0<obj.trs.length;zxc0++){
	  if (obj.trs[zxc0].className.match(cls)){
	   if (obj.trs[zxc0].style.display=='none'){
		obj.trs[zxc0].style.display='';
	   }
	   else {
		obj.trs[zxc0].style.display='none';
	   }
	  }
	 }
	}
		
</script>
</head>

<body>
<div id="main">
<div id="mainWrapper">
	<div id="wrapper">
		<div id="tagline">		
        	<span class='tag'>FortiGate Partner Site</span><a href='?login=true'>ログイン</a>		</div>				<!--Header-->
				<div id="HeaderArea">
					<div id="contactLink"><a href="contactus.php"><img align="right" src="images/common/contact_link.gif" height="12" width="94" alt="お問い合わせ" /></a></div>
					<div id="logoCon">
                    	<form action="search.php" method="post">
						<div id="logo"><img src="images/top/forti_logo.gif" height="30" width="425" alt="Fortigate Partner Site" /></div>
						<div id="search">
                        	<input type="text" name="textsearch" style="float:left;width:150px;height:18px;margin-right:6px;" />
                        	<input type="image" src="images/common/search_btn.gif" alt="サイト内検索" />
                        </div>
                        </form>
					</div>
				</div>
							<!--G Navi-->
                <ul id="GNavi">
		<li class='menu1active'><a href='index.php' style='width:100px;'>TOP<img src='images/common/arrowmenu.jpg' alt='>' style='padding-left:3px; margin-bottom:2px;' /></a></li><li><div class='sectionA'>営業情報<img src='images/common/arrow_lbl.gif' alt='>' style='padding-left:5px; margin-bottom:2px;' /></div><ul class='sectionSub'><li class='submenu'><a href='product.php' style='width:60px;'>製品紹介<img src='images/common/arrowmenu.jpg' alt='>' style='padding-left:3px; margin-bottom:2px;' /></a></li><li class='submenu'><a href='support.php' style='width:90px;'>サポート情報<img src='images/common/arrowmenu.jpg' alt='>' style='padding-left:3px; margin-bottom:2px;' /></a></li></ul></li><li><div class='sectionA'>技術情報<img src='images/common/arrow_lbl.gif' alt='>' style='padding-left:5px; margin-bottom:2px;' /></div><ul class='sectionSub'><li class='submenu'><a href='technology.php' style='width:70px;'>技術情報<img src='images/common/arrowmenu.jpg' alt='>' style='padding-left:3px; margin-bottom:2px;' /></a></li><li class='submenu1'><a href='faq.php' style='width:50px;'>FAQ<img src='images/common/arrowmenu.jpg' alt='>' style='padding-left:3px; margin-bottom:2px;' /></a></li></ul></li>        </ul>
        
<!--
Date last modified: July 6, 2009
Updated by: Charity
Update: 
1. Change class name of FAQ GNavi link 
    - from $varmenu8 = "submenu" to $varmenu8 = "submenu1"
    - from $varmenu8 = "submenuactive"; to $varmenu8 = "submenuactive1";
-->
                <!--Content-->
                <div id="ContentArea">
        			<div class="notice">FortiGate Partner Site
                    <!--<img src="images/top/notice_title.gif" height="26" width="204" alt="重要なお知らせ" />--></div>
                    <img src="images/common/line_bar.gif" height="7" width="796" alt="-" style="padding-left:30px;" />
                    <div class="noticearchive">
                        <span class="archive">アーカイブ:</span>
						                            <img src="images/common/arrow_small.gif" alt=">" style="margin-bottom:2px;" />
                            <span class="archivedate"><a href="?year=2012">2012</a></span>
                                                    <img src="images/common/arrow_small.gif" alt=">" style="margin-bottom:2px;" />
                            <span class="archivedate"><a href="?year=2011">2011</a></span>
                                            </div>
                    
                    <div id="table">
                        <table id="archivelist" border="0" cellpadding="0" cellspacing="0">
                        <tr><td colspan='2' class='dtitle'>■ このサイトについて</td></tr><tr><td colspan='2' class='dsub1'> <input type='hidden' name='stat1' id='stat1' value='0'/></td></tr><tr class='rowitem1 '><td class='dlist1'>&nbsp;</td><td class='dlist2'><strong>FortiGateパートナーサイト</strong></td></tr><tr class='rowitem1 '><td class='dlist1'>&nbsp;</td><td class='dlist2' style='padding-left: 20px;'>このサイトは図研ネットウエイブのFortiGateパートナー様への情報公開を目的として運営しておりますが、<br>一部資料については弊社パートナーではない一般のFortiGateユーザー様にも公開しております。<br/>ぜひご活用ください。<br/><br/>パートナー様限定公開のコンテンツについては、パスワードによる認証が必要です。<br/>パートナー様でパスワードをご存じない方は下記の通りメールで申請をお願いいたします。<br/>宛先 ： ft-info@znw.co.jp<br/>件名 ： FGパートナーサイトPW発行申請<br/>本文 ： 会社名、お名前、メールアドレス、連絡先TEL<br/><br/><img src="http://support.znw.co.jp/fortigate/images/top/forti_logo.gif"><br><br/><br></td></tr><tr class='rowitem1 '><td class='dlist1'>&nbsp;</td><td class='dlist2'><strong>注意</strong></td></tr><tr class='rowitem1 '><td class='dlist1'>&nbsp;</td><td class='dlist2' style='padding-left: 20px;'>当サイト上に記載されたいかなる情報もその正確性について完全に保証するものではなく、当サイトの情報の錯誤に起因するいかなる損害も補償いたしません。<br/>当サイトの内容について無断転載を禁じます。<br/>当サイトの内容は予告なく変更されます。<br/>当サイト中の会社名、商品名は各社の商標または登録商標です。</td></tr><tr><td colspan='2' height='20'></td></tr>                        <tr>
							<td colspan='2' class='backtotop'>&nbsp;</td>                        </tr>
                        </table>
                    </div>
                </div>                
	</div>	
<div id="footer">
	<span class="footertxt">COPYRIGHT&copy;2011  ZUKEN NETWAVE Inc. ALL RIGHTS RESERVED.</span>
    
<!-- Google Analytics for WordPress | http://yoast.com/wordpress/google-analytics/ -->
<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
	try {
		var pageTracker = _gat._getTracker("UA-7986003-5");
		// Cookied already: 
		pageTracker._trackPageview();
	} catch(err) {}
</script>
<!-- End of Google Analytics code -->
</div>
</div>
</div>
</body>
</html>
