<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Drive a Flag - Have a car flag to cheear to your favorite team, or to show that you are a patriot.</title>
<link href="css/index.css" rel="stylesheet" type="text/css" />
<link href="css/flag.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.lite.js"</script>
<script type="text/javascript" src="js/moo.fx.js"</script>
<script type="text/javascript" src="js/litebox-1.0.js"</script>
<script type="text/javascript">
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE") != -1 & userAgent.indexOf("Opera") == -1);
var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins & plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "") flashVer = -1;
else{
var descArr = desc.split(" ");
var tempArrMajor = descArr[2].split(".");
var verMajor = tempArrMajor[0];
var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
flashVer = parseFloat(verMajor + "." + verMinor);
}
}
// WebTV has Flash Player 4 or lower -- too low for video
else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
var verArr = reqVerStr.split(",");
var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
if (flashVer < reqVer){
if (confirm(msg))
window.location = "
}
}
}
}
</script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"</script>
</head>
<body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?'); initLightbox(); horizontal() ">
<div id="Top">
<table border="0" cellpadding="0" cellspacing="0" width="900px" height="130px;">
<tr>
<td width="369"<img src="images/logo_drive_a_flag.jpg" alt="Car flag - Driva a Flag Company" longdesc=" height="129" width="369px" /</td>
<td width="531" valign="bottom">
<a href="contact.php"<img src="images/phone5612540537.jpg" alt="Call us - Drive a Flag" longdesc=" height="100px" width="319px" style="float:right; height:100px; width:319px;" /</a>
<style type="text/css">
ul.menubar{
margin: 0px;
padding: 0px;
background-color: #FFFFFF; /* IE6 Bug */
font-size: 100%;
}
ul.menubar .submenu{
margin: 0px;
list-style: none;
background-color: #FFFFFF;
border: 0px solid #ccc;
float:left;
}
ul.menubar .submenu a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
margin: 0px;
padding:9px 8px 5px 8px;
list-style: none;
display:block;
background:url(images/menu_deactivated.jpg) bottom repeat-x;
background-color: #343434;
border: 0px solid #ccc;
}
ul.menubar .submenu a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
background:url(images/menu_active.jpg) bottom repeat-x;
display:block;
}
ul.menubar ul.menu{
display: none;
position: absolute;
margin: 0px;
}
ul.menubar a{
padding: 5px;
display:block;
text-decoration: none;
color: #777;
padding: 5px;
}
ul.menu, ul.menu ul{
margin: 0;
padding: 0;
border-top: 1px solid #72190C;;
width: 150px; /* Width of Menu Items */
background-color: #FFFFFF; /* IE6 Bug */
}
ul.menu li{
position: relative;
list-style: none;
border: 0px;
}
ul.menu li a{
display: block;
text-decoration: none;
border: 1px solid #ccc;
border-bottom: 0px;
color: #777;
padding: 5px 10px 5px 5px;
}
ul.menu li a:hover {
display: block;
text-decoration: none;
border: 0px solid #FF0000;
border-bottom: 0px;
color: #777;
padding: 5px 10px 5px 5px;
}
ul.menu li sup{
font-weight:bold;
font-size:7px;
color: red;
}
#teste a { background:#E6E6E6; border-bottom:1px solid #72190C; border-left:1px solid #72190C; border-right:1px solid #72190C; padding:4px 4px 4px 0px; color:#333333 ; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
font-size:11px;
}
#teste a:hover { background:#FFF; border-bottom:1px solid #72190C; border-left:1px solid #72190C; border-right:1px solid #72190C; padding:4px 4px 4px 0px; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
font-size:11px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
ul.menu ul{
position: absolute;
display: none;
left: 149px; /* Set 1px less than menu width */
top: 0px;
}
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }
ul.menu li a:hover { color: #E2144A; }
</style>
<script type="text/javascript">
function horizontal() {
var navItems = document.getElementById("menu_dropdown").getElementsByTagName("li");
for (var i=0; i< navItems.length; i++) {
if(navItems[i].className == "submenu")
{
if(navItems[i].getElementsByTagName('ul')[0] != null)
{
navItems[i].onmouseover=function() {this.getElementsByTagName('ul')[0].style.display="block";this.style.backgroundColor = "#f9f9f9";}
navItems[i].onmouseout=function() {this.getElementsByTagName('ul')[0].style.display="none";this.style.backgroundColor = "#FFFFFF";}
}
}
}
}
</script>
<!-- QuickMenu Structure [Menu 0] -->
<div id="Menu">
<ul id="menu_dropdown" class="menubar">
<li class="submenu"<a class="home" href="index.php">Home</a</li>
<li class="submenu"<a class="setup" href="setup.php">Setup</a</li>
<li class="submenu"<a class="product" href="car_flag.php">Our Product</a</li>
<li class="submenu"<a class="order" href="order_car_flag.php">Order</a</li>
<li class="submenu"<a class="flag" href="#">Flag</a>
<ul class="menu">
<li id="teste"<a href="order_car_flag_nfl.php" NFL Flags</a</li>
<li id="teste"<a href="order_car_flag_ncaa.php" NCAA Flags</a</li>
<li id="teste"<a href="order_car_flag_military.php" Military Flags</a</li>
<li id="teste"<a href="order_car_flag_states.php" US States Flags</a</li>
</ul>
</li>
<li class="submenu"<a class="faq" href="faq_car_flag.php">F.A.Q.</a</li>
<li class="submenu"<a class="sitemap" href="sitemap.php">Sitemap</a</li>
<li class="submenu"<a class="contact" href="contact.php">Contact</a</li>
</ul>
</div>
<!-- <table border="0" cellpadding="0" cellspacing="1" width="100%" id="Menu">
<tr>
<td</td>
<td<a class="setup" href="setup.php">Setup</a</td>
<td<a class="product" href="car_flag.php">Our Product</a</td>
<td<a class="order" href="order_car_flag.php">Order</a</td>
<td<a class="faq" href="faq_car_flag.php">F.A.Q.</a</td>
<td<a class="sitemap" href="sitemap.php">Sitemap</a</td>
<td<a class="contact" href="contact.php">Contact</a</td>
</tr>
</table> --> </td>
</tr>
</table>
</div>
<div id="Corpo">
<img src="images/drive_a_flag_order.jpg" alt="Order a car flag pole" width="397" height="97" longdesc=" /> </div>
<div id="Content" style="height:auto">
<p </p>
<h1 style="text-align:center">To order your Drive a flag is simple, just hit the Add to Cart button and proceed to Paypal.</h1>
<div style="width:200px; height:166px; margin:10px; clear:both; margin-left:340px">
<img src="images/view_your_cart2.jpg" alt="View your cart - Click below" longdesc=" style="padding-left:30px" />
<form target="paypal" action=" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="image" src=" border="0" style="margin-left:45px" name="submit" alt="PayPal - The safer, easier way to pay online!">
<input type="hidden" name="display" value="1">
</form>
</div>
<br style="clear:both" />
<p style="clear:both; font-size:16px; color:#FFFFFF; font-weight:bold; text-align:center; padding-right:20px">ALL FLAGS ARE REINFORCED</p>
<br style="clear:both" />
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/alabama_flag.jpg" rel="lightbox[example]" title="Alabama Crimson - Drive a Flag"<img src="images/ncaa/alabama_flag2.jpg" alt="Alabama Crimson - Drive a Flag" longdesc=" style="clear:both" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Alabama Crimson Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Alabama Crimson Flag">
<input type="hidden" name="item_number" value="Z02950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/auburn_flag.jpg" rel="lightbox[example]" title="Auburn Tigers - Drive a Flag"<img src="images/ncaa/auburn_flag2.jpg" alt="Auburn Tigers - Drive a Flag" width="180" height="150" style="clear:both" longdesc=" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Auburn Tigers Tide Â3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Altanta Falcons Flag">
<input type="hidden" name="item_number" value="Z2042">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/clemson_flag.jpg" rel="lightbox[example]" title="Clemson Tigers - Drive a Flag"<img src="images/ncaa/clemson_flag2.jpg" alt="Clemson Tigers - Drive a Flag" width="180" height="150" style="clear:both" longdesc=" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Clemson Tigers Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Clemson Tigers Flag">
<input type="hidden" name="item_number" value="Z25950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/duke_flag.jpg" rel="lightbox[example]" title="Duke Blue Devils - Drive a Flag"<img src="images/ncaa/duke_flag2.jpg" alt="Duke Blue Devils - Drive a Flag" longdesc=" style="clear:both" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Duke Blue Devils Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Duke Blue Devils Flag">
<input type="hidden" name="item_number" value="Z39950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/florida_gators.jpg" rel="lightbox[example]" title="Florida Gators - Drive a Flag"<img src="images/ncaa/florida_gators2.jpg" alt="Florida Gators - Drive a Flag" width="180" height="150" style="clear:both" longdesc=" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Florida Gators Tide Â3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Florida Gators - Florida Gators Flag">
<input type="hidden" name="item_number" value="Z09950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/florida_state_seminoles_flag.jpg" rel="lightbox[example]" title="Florida State Seminoles - Drive a Flag"<img src="images/ncaa/florida_state_seminoles_flag2.jpg" alt="Florida State Seminoles - Drive a Flag" longdesc=" style="clear:both" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Florida State Seminoles Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Florida State Seminoles Flag">
<input type="hidden" name="item_number" value="Z04950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/georgia_flag.jpg" rel="lightbox[example]" title="Georgia Bulldogs - Drive a Flag"<img src="images/ncaa/georgia_flag2.jpg" alt="Georgia Bulldogs - Drive a Flag" longdesc=" style="clear:both" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Georgia Bulldogs Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Georgia Bulldogs Flag">
<input type="hidden" name="item_number" value="Z07950">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/illinois_flag.jpg" rel="lightbox[example]" title="Illinois Fighting lllini - Drive a Flag"<img src="images/ncaa/illinois_flag2.jpg" alt="Illinois Fighting lllini - Drive a Flag" longdesc=" style="clear:both" /</a>
<p style="clear:both; padding-left:5px;"<strong>Drive a Flag</strong</p>
<p style="padding-left:5px;">Illinois Fighting lllini Tide 3’ x 5’ Flag <span style="color:#FFFF00">U$20.00</span</p>
<p style="padding-left:5px;" </p>
<p </p>
<form target="paypal" action=" method="post">
<input type="image" src=" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src=" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">
<input type="hidden" name="item_name" value="Drive a Flag - Illinois Fighting lllini Flag">
<input type="hidden" name="item_number" value="Z41951">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="
<input type="hidden" name="cancel_return" value="
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="10">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
</div>
<div style="width:180px; height:320px; margin:10px; float:left">
<a href="images/ncaa/indiana_flag.jpg" rel="lightbox[example]" title="Indiana Hoosiers - Drive a Flag"<img src="images/ncaa/indiana_flag2.jpg" alt="Indiana Hoosiers - Drive a Flag" longdesc=" style="clear:both" /</a>