// start preload images scripts

userAgent = window.navigator.userAgent;
browserVers = parseInt(userAgent.charAt(userAgent.indexOf("/")+1),10);
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function findElement(n,ly) {
	if (browserVers < 4)		return document[n];
	var curDoc = ly ? ly.document : document;
	var elem = curDoc[n];
	if (!elem) {
		for (var i=0;i<curDoc.layers.length;i++) {
			elem = findElement(n,curDoc.layers[i]);
			if (elem) return elem;
		}
	}
	return elem;
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		var img;
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			img = null;
			if (document.layers) {
				img = findElement(changeImages.arguments[i],0);
			}
			else {
				img = document.images[changeImages.arguments[i]];
			}
			if (img) {
				img.src = changeImages.arguments[i+1];
			}
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		top_level2_home_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_home-over.gif");
		top_level2_women_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_women-over.gif");
		top_level2_men_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_men-over.gif");
		top_level2_onsale_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_onsale-over.gif");
		top_level2_reviews_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_reviews-over.gif");
		top_level2_help_over = newImage("https://eel.secure-host.com/nursinghomeapparel/images2/top_level2_help-over.gif");
		preloadFlag = true;
	}
}

// end preload images scripts



var type = "IE";	//Variable used to hold the browser name
var agt=navigator.userAgent.toLowerCase();
BrowserSniffer();

//detects the capabilities of the browser
function BrowserSniffer() {
	if (navigator.userAgent.indexOf("Opera")!=-1 && document.getElementById) type="OP";		//Opera
	else if (document.all) type="IE";														//Internet Explorer e.g. IE4 upwards
	else if (document.layers) type="NN";													//Netscape Communicator 4
	else if (!document.all && document.getElementById) type="MO";							//Mozila e.g. Netscape 6 upwards
	else if (agt.indexOf("safari") != -1) type="SF";							            //Safari
	else type = "IE";		//I assume it will not get here
}

function visiLayer(id, action){
	if (type=="IE") eval("document.all." + id + ".style.visibility='" + action + "'");
	if (type=="NN") eval("document." + id + ".visibility='" + action + "'");
	if (type=="MO" || type=="OP" || type=="SF") eval("document.getElementById('" + id + "').style.visibility='" + action + "'");

}


function togglecolor(TRid,colour){ document.getElementById(TRid).bgColor = colour ; } 


function w(m)
{
    m = "" + m + ""; // Make sure that the m variable is a string.
    if ("undefined" != m) // Test for empty write or other undefined item.    
          document.write(m);
    else document.write("<br>");
}

function getParameter(paramName) {
	var currentUrl = window.location.search
	var strBegin = currentUrl.indexOf(paramName) + (paramName.length+1)
	var strEnd = currentUrl.indexOf("&",strBegin)

	if (strEnd==-1)
		strEnd = currentUrl.length

	return currentUrl.substring(strBegin,strEnd)
}


function getParameter2(paramName) {
  var regexS = "[\\?&]"+paramName+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var tmpURL = window.location.href;
  var results = regex.exec( tmpURL );
  if( results == null )
    return "";
  else
    return results[1];

}

function bookmarkPage(url,title){
if(navigator.appName=="Microsoft Internet Explorer" && (parseInt(navigator.appVersion) >=4)){
  window.external.addFavorite(url,title);
 }
else if (navigator.appName=="Netscape"){
  window.sidebar.addPanel(title, url, "");
 }
else{
  alert("Please press CTRL-D (Netscape) or Ctrl-T (Opera) to bookmark this page");
 }
}


function checkSearch() {

if (document.searchform.search_field.value == "Search")	{
alert("Please enter search info");
document.searchform.search_field.value="";
document.searchform.search_field.focus();
return (false);
}

if (document.searchform.search_field.value == " keyword or item #")	{
alert("Please enter search info");
document.searchform.search_field.value="";
document.searchform.search_field.focus();
return (false);
}

else if (document.searchform.search_field.value == "")	{
alert("Please enter search info");
document.searchform.search_field.value="";
document.searchform.search_field.focus();
return (false);
}
else{
	return(true);
}

}


function cartmenu()
{

/**** Mini Cart ItemCount Display ****/

/**** REPLACE THE VALUES IN THESE LINES ****/
var serialnum="0000012131";
var cartURL="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?storeid=*14219481ea9b41c71d4b3e5c&function=show";
var textColor="black";
var backgroundColor="transparent";
var showCart="yes";       // only "yes" or "no"
var cartColor="black";    // only "black" or "white"
var textAlign="left";     // only "left" "right" or "center"

/**** DON'T CHANGE ANYTHING BELOW HERE ****/

var linkColor=textColor;
var cookies=document.cookie;  //read in all cookies
var start = cookies.indexOf("ss_cart_" + serialnum + "="); 
var cartvalues = "";
var linecount = 0;
var start1;
var end1;
var tmp;

// Start Output
document.write("<div style=\"color:" + textColor + ";");
document.write("background-color:" + backgroundColor + ";");
document.write("text-align:" + textAlign + ";");
/*document.write("font-family: Verdana, Arial, Helvetica, sans-serif;");
document.write("font-size: 10pt;");*/
document.write("\">\n");
if (showCart == "yes")
{
  //document.write("<a href=\"");
  //document.write(cartURL + "\"");
  //document.write(">");
  //document.write("<img src=\"./media/themesmedia/cart-" + cartColor + ".gif\" border=\"0\" align=\"top\">");
  //document.write("</a> ");
}

if (start == -1)  //No cart cookie
{
  document.write("<a href=\"" + cartURL + "\" style=\"color:" + linkColor + "\">");
  document.write("0 Items in ");
  document.write("</a> ");
  document.write("</div>\n");
}
else   //cart cookie is present
{
  start = cookies.indexOf("=", start) +1;  
  var end = cookies.indexOf(";", start);  

  if (end == -1)
  {
    end = cookies.length;
  }

  cartvalues = unescape(cookies.substring(start,end)); //read in just the cookie data

  start = 0;
  while ((start = cartvalues.indexOf("|", start)) != -1)
  {
    start++;
    end = cartvalues.indexOf("|", start);
    if (end != -1)
    {
      linecount++;

      if (linecount == 2) // Total Quantity of Items
      {
        tmp = cartvalues.substring(start,end);
        colon = tmp.indexOf(":", 0);
        document.write("<a href=\"" + cartURL + "\" style=\"color:" + linkColor + "\">");
        document.write(tmp.substring(colon+1,end - start));
        if ((tmp.substring(colon+1,end - start)) == 1 )
        {
          document.write(" item in");
        }
        else
        {
          document.write(" items in");
        }
      }

      start = end;
    }
    else
      break;
    }
  } // end while loop

  //close minicart HTML
  document.write("</div>\n");



}


function addbookmark()
{

bookmarkurl="http://www.nursinghomeapparel.com/"
bookmarktitle="Welcome To Personal Touch"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)

}



function meta()

{
/**********************************************************
Start Meta
**********************************************************/
document.write('<meta name="description" content="Personal Touch specializes in products such as hospital gowns, adaptive clothing, incontinence products, disposable products and products for disabled and impared. We offer wholesale prices on a great variety of products.">');
document.write('<meta name="keywords" content="adaptive clothing,hospital gowns,hospital gown,bed jackets,adult bibs,slipper socks,backsnap clothing,incontinence products,patient gowns,disposable products,pajamas,adult diapers,bedpads,diabetic socks,elastic waist pants, elderly clothing,jumpsuits,velcro closure gowns,overlap closure gowns,velcro shoes,everyday dress">');


/**********************************************************
End Meta
**********************************************************/

}


function header2()

{
/**********************************************************
Start Header Menu
**********************************************************/
document.write('<table width="985"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td width="36%" style="padding:4px"><a href="http://www.nursinghomeapparel.com/"><img src="http://www.nursinghomeapparel.com/images2/logo.gif" width="311" height="70" /></a><br>');
document.write('<div style="color: #003366; font-weight:bold ">YOUR ONLINE SOURCE FOR EASY DRESSING</div></td>');
document.write('<td width="50%">');

document.write('<form name="ccoptin0" action="http://ui.constantcontact.com/roving/d.jsp" target="_blank" method="post">');

document.write('<table width="100%"  border="0" cellspacing="2" cellpadding="2" height=""><tr>');
document.write('<td height="16" colspan="2" valign="bottom">');
document.write('<div class="small">Savings, promotions & more</div></td>');
document.write('<td rowspan="2" align="center"><a href="http://www.nursinghomeapparel.com/cgi/sc/order.cgi?storeid=*10dac54f9017146131f8&function=show"><br>');
document.write('<img src="http://www.nursinghomeapparel.com/images2/shop-cart-header-blue.gif" border="1" style="padding:7px; border-bottom-width:2px; border-color:#003366" /></a></td></tr>');
  
document.write('<tr><td width="40" valign="top"><input name="ea0" size=29 style="float: left" value="Enter your email address"></td><td align="left" valign="top"><input name="B2" type="image" title="GO" src="http://www.nursinghomeapparel.com/images2/search.btn.gif" width="17" height="17">');
	

document.write('<input type="hidden" name="m" value="1098468635103"><input type="hidden" name="p" value="oi"></td></tr></table></form>');

document.write('</td><td width="14%" align="right"><strong>');

document.write('Toll-Free<br>888-626-1703<p />In New York <br>718-375-1703');

document.write('</strong></td></tr></table>');

document.write('<hr color="#003366" size="3px" style="padding:0px " />');

/**********************************************************
End Header Menu
**********************************************************/

}



function header()

{
/**********************************************************
Start Header Menu
**********************************************************/
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td style="padding:4px" align=left><a href="http://www.nursinghomeapparel.com/"><img src="https://eel.secure-host.com/nursinghomeapparel/images2/logo.gif" width="311" height="70" /></a><br>');
document.write('<div style="color: #003366; font-weight:bold ">YOUR ONLINE SOURCE FOR EASY DRESSING</div></td>');
document.write('<td valign="top" align="center">');
document.write('<br>');

document.write('<table cellspacing="2" cellpadding="2" style="border-style:solid; border-color:#003366; border-width:1px;"><tr><td align=center>');
document.write('<a href="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?storeid=*1245cca6ca171c7d8341f1&function=show"><img src="https://eel.secure-host.com/nursinghomeapparel/images2/your_cart.gif" /></a></td><td align=center>');
cartmenu();

document.write('</td></tr></table></td><td valign="middle" align="center">');

document.write('<table border="0" cellspacing="0" cellpadding="1" height="">');
document.write('<form name="ccoptin" action="http://ui.constantcontact.com/d.jsp" target="_blank" method="post"><tr>');
document.write('<td colspan="2" valign="bottom" align="left"><input type="hidden" name="m" value="1098468635103"><input type="hidden" name="p" value="oi">');
document.write('<div class="small">Savings, promotions & more</div></td></tr>');
  
document.write('<tr><td valign="top"><input type="text" name="ea" size=29 value="Enter your email address" style="padding:0px " onClick=this.value=""></td><td align="left" valign="top"><input name="go" type="image" title="GO" src="https://eel.secure-host.com/nursinghomeapparel/images2/search.btn.gif" width="17" height="17">');
	

document.write('<input type="hidden" name="m" value="1098468635103"><input type="hidden" name="p" value="oi"></td></tr></form></table>');
document.write('<br />');
document.write('<b>Toll-Free 888-626-1703 :: In New York 718-375-1703</b>');

document.write('</td>');
document.write('</tr>');
document.write('</table>');
//document.write('<hr color="#003366" size="3px" style="padding:0px " />');
/**********************************************************
End Header Menu
**********************************************************/

}











function topnav()
{
/**********************************************************
Start Top Navigation Menu
**********************************************************/

document.write('<table width="100%"  border="0" cellspacing="2" cellpadding="2" bgcolor="#870202" style="border: solid 0 #cccccc; border-width:0px;" height="25">');
document.write('<tr><td align="center"><table width="100%"  border="0" cellspacing="3" cellpadding="3">');
document.write('<tr><td align="center"><div style="font-size: 12.5px; color:#FFFFFF"><b>');
document.write('<a href="http://www.nursinghomeapparel.com/index.html" style="color:#FFFFFF">Home</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/shop/mens-clothing.html" style="color:#FFFFFF">Men\'s&nbsp;Clothing</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/shop/womens-clothing.html" style="color:#FFFFFF">Women\'s&nbsp;Clothing</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/store/Testimonial.html" style="color:#FFFFFF">Testimonials</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?func=2&storeid=*0c1411ca1737d4f5&html_reg=html" style="color:#FFFFFF">Sign In</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?func=1&storeid=*0c1411ca1737d4f5&html_reg=html" style="color:#FFFFFF">Register</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?func=3&storeid=*0c1411ca1737d4f5&html_reg=html" style="color:#FFFFFF">Your Account</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.nursinghomeapparel.com/cgi-nursinghomeapparel/sb/order.cgi?storeid=*1af73b4cb1e4f4c114d37ec86c4a84&cert=gift" style="color:#FFFFFF">Gift Certificates</a></b></div>');
document.write('</td></tr></table></td></tr></table>');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td><img src="http://www.nursinghomeapparel.com/images2/blank.gif" height="8px" /></td></tr></table>');



/**********************************************************
End Top Navigation Menu
**********************************************************/

}

function rightbar()
{
/**********************************************************
Start Right Bar
**********************************************************/

document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');
document.write('<tr><td valign="top" align="center">');
document.write('<span class="white"><strong><a href="http://www.nursinghomeapparel.com/store/hospital_gowns.html">Hospital Gowns</a></strong></span><br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/store/hospital_gowns.html"><img src="http://www.nursinghomeapparel.com/shop/media/u508hospitalgownsmall.jpg" width="90" height="170" border="0" /></a>');
document.write('</td>');
document.write('</tr></table>');

document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');
document.write('<tr>');
document.write('<td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/shop/Slipper_Socks.html">Slipper Socks</a></strong></span> <br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/shop/Slipper_Socks.html"><img src="http://www.nursinghomeapparel.com/images2/medtredslip.jpg" width="119" height="150" border="0" /></a> </td>');
document.write('</tr></table>');
	
document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');
    
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');

document.write('<tr><td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/shop/Diabetic_Socks.html">Diabetic Socks</a></strong></span> <br>');

document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/shop/Diabetic_Socks.html"><img src="http://www.nursinghomeapparel.com/shop/media/small-U503A.jpg" width="119" height="161" border="0" /></a> </td>');

document.write('</tr></table>');

document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');

document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');

document.write('<tr>');
document.write('<td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/shop/specialpromo.html">Specials</a></strong></span> <br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/shop/specialpromo.html"><img src="http://www.nursinghomeapparel.com/images2/u504small.jpg" width="119" height="89" border="0" /></a> </td>');
document.write('</tr></table>');
document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');
document.write('<tr><td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/shop/Item_Week.html">Item of The Week</a></strong></span> <br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/shop/Item_Week.html"><img src="http://www.nursinghomeapparel.com/images2/6571_small.jpg" width="90" height="150" border="0" /></a> </td>');
document.write('</tr></table>');
document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');
document.write('<tr>');
document.write('<td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/shop/Clearance_Items.html">CLEARANCE ITEMS</a></strong></span> <br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/store/clearance.html"><img src="http://www.nursinghomeapparel.com/images2/small-7787.jpg" width="100" height="180" border="0" /></a> </td>');
document.write('</tr></table>');
	
document.write('<hr color="#FFFF00" style="border: none 0; border-top: 1px dotted white; width: 100%; height: 1px; padding:0" />');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="#336699">');
document.write('<tr>');
document.write('<td valign="top" align="center"><span class="white"><strong><a href="http://www.nursinghomeapparel.com/store/shipping.html">FREE SHIPPING On Most Purchases over $250');
document.write('</a></strong></span>');
document.write('<br>');
document.write('<br>');
document.write('<a href="http://www.nursinghomeapparel.com/store/shipping.html"><img src="http://www.nursinghomeapparel.com/images2/shipping.jpg" width="97" height="60" border="0" /></a> </td>');
document.write('</tr></table>');




/**********************************************************
End Right Bar
**********************************************************/
}

function bottom()
{
/**********************************************************
Start Bottom
**********************************************************/

document.write('<table width="100%"  border="0" bordercolor="#003366" cellspacing="0" cellpadding="2" bgcolor="#ffffff">');
document.write('<tr><td bgcolor="#FFFFFF">');
document.write('<table width="100%"  border="0" cellpadding="2" style="border: solid 0 #cccccc; border-bottom-width:1px; border-top-width:1px;" bgcolor="#ffffff">');
document.write('<tr><td ><img src="https://eel.secure-host.com/nursinghomeapparel/images/bbbmark.gif" /></td>');
document.write('<td align="center" style="font-size: 11px"><img src="https://eel.secure-host.com/nursinghomeapparel/images2/quickssl_static.gif" /></td>');
document.write('<td align="center" style="font-size: 11px"><b>We Proudly Accept</b><br>');
document.write('<img src="https://eel.secure-host.com/nursinghomeapparel/images2/Credit_Cards.jpg" />');
document.write('</td><td style="font-size: 11px">Visa-Master Card-Discover Card-American Express-Checks-Money Order');
document.write('<br><b>We Accept Institutional and Government Purchase Orders</b>');
document.write('</td></tr></table></td></tr>');
document.write('<tr><td align="center"><br><font size=2 color=""><b>Call Toll-Free 1-888-626-1703 || In NY 1-718-375-1703</b></font><br><font size=1 color="">© 2004 Personal Touch Health Care Apparel Inc.| All Rights Reserved.</font>');
document.write('</td></tr></table>');




/**********************************************************
End Bottom
**********************************************************/
}


function submenu()
{
/**********************************************************
Start submenu
**********************************************************/
document.write('<table width="100%"  border="0" cellspacing="25" cellpadding="0" bgcolor="#E5EDF5" style="border: solid 0 #336699; border-width:1px;">');
document.write('<tr><td>&nbsp;&nbsp;</td>');
document.write('<td width="33%" valign="top" align="left" style="border: solid 0 #003366; border-right-width:1px;">');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/disabled-clothing.html"><b>Disabled Clothing</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/Item_Week.html"><b>Item of the Week</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/clearance.html"><b>Clearance Items</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/specialpromo.html"><b>Specials</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/buy5get1free.html"><b>Buy 5 Get 1 Free</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/shop/newitems.html"><b>New Products</b></a><br></td>');
document.write('<td>&nbsp;&nbsp;</td>');
document.write('<td width="33%" valign="top" align="left" style="border: solid 0 #003366; border-right-width:1px;">');
document.write('<li style=" list-style: square url(http://www.adaptiveapparel.com/images2/new_icon.jpg);">&nbsp;<a href="http://www.adaptiveapparel.com/store/wholesale.html"><b>Facility Account</b></a><br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/giftwrap.html"><b>Gift Wrapping</b></a><br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/gift-choices.html"><b>Great Gifts</b></a> <br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/bibs-pthca-opt.pdf"><b>Clothing Protectors</b></a><br>');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/Articles.html"><b>Articles</b></a><br>');
document.write('<li type="square"><a href="javascript:addbookmark()"><b>Add to Favorites</b></a></td><td>&nbsp;&nbsp;</td>');

document.write('<td width="33%" valign="top" align="left" >');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/links.html"><b>Links Exchange</b></a><br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/about.html"><b>About Us</b></a> <br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/privacypolicies.html"><b>Privacy</b></a> <br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/customerservice.htm"><b>Customer Service</b></a><br />');
document.write('<li type="square"><a href="http://www.nursinghomeapparel.com/store/contactus.htm"><b>Contact Us</b></a></td></tr></table>');

/**********************************************************
End submenu
**********************************************************/
}


function incolor()
{

document.write('<table border=0><tr><td valign=middle>Many&nbsp;</td><td><span id=colorwheel></span></td><td valign=middle>&nbsp;Colors</td></tr></table>');
}

function four4three()
{

document.write('<div class=flash>Buy 3 Get 1 FREE Special</div>');
}


function four4threeinstruct()
{

document.write('<b>Buy 3 Get 1 Free Item</b>(Enter at least 4 in Quantity field to get 1 Free)');
}

function six4five()
{

document.write('<div class=flash>Buy 5 Get 1 FREE Special</div>');
}

function five4four()
{

document.write('<div class=flash>Buy 4 Get 1 FREE Special</div>');
}

function six4fiveinstruct()
{

document.write('<b>Buy 5 Get 1 Free Item</b>(Enter at least 6 in Quantity field to get 1 Free)');
}


function popitems()
{
/**********************************************************
Start popitems
**********************************************************/

document.write('<table width="100%" cellspacing="6" cellpadding="6" bgcolor="#FFFFFF" style="border: solid 0 #336699; border-width:1px;">');
document.write('<tr>');
document.write('<td align="center" bgcolor="#336699" colspan="3"><b><font color="#FFFFFF">Popular Products on Our Site</font></b></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center" width="33%"><a href="http://www.nursinghomeapparel.com/shop/intro-hospital-gowns.html"><img src="http://www.nursinghomeapparel.com/images2/pop-gown.jpg" border="0" /></a>');
document.write('<p><a href="http://www.nursinghomeapparel.com/shop/intro-hospital-gowns.html">Hospital Gowns »</a>');
document.write('<P></td><td align="center"  width="33%"><a href="http://www.nursinghomeapparel.com/shop/Diabetic_Socks.html"><img src="http://www.nursinghomeapparel.com/shop/media/small-U503A.jpg" height="150" border="0" /></a>');
document.write('<p><a href="http://www.nursinghomeapparel.com/shop/Diabetic_Socks.html">Diabetic Socks »</a>');
document.write('<P></td>');
document.write('<td align="center" width="33%"><a href="http://www.nursinghomeapparel.com/shop/Item_Week.html"><img src="http://www.nursinghomeapparel.com/images2/6571_small.jpg" border="0" /></a>');
document.write('<p><a href="http://www.nursinghomeapparel.com/shop/Item_Week.html">Items of the Week »</a>');
document.write('<P></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center" width="33%"><a href="http://www.nursinghomeapparel.com/shop/Slipper_Socks.html"><img src="http://www.nursinghomeapparel.com/medtredslip.jpg" width=119 height=150 border="0" /></a>');
document.write('<p><a href="http://www.nursinghomeapparel.com/shop/Slipper_Socks.html">Slipper Socks »</a></td>');
document.write('<td align="center" width="33%"><a href="http://www.nursinghomeapparel.com/shop/specialpromo.html"><img src="http://www.nursinghomeapparel.com/images2/specials.jpg" border="0" /></a>');
document.write('<p><a href="http://www.nursinghomeapparel.com/shop/specialpromo.html">Specials »</a></td><td align="center" width="33%"><a href="http://www.nursinghomeapparel.com/shop/clearance.html"><img src="http://www.nursinghomeapparel.com/shop/media/83044QHW_79x150.bmp" height="150" border="0" /></a>');
document.write('<P><a href="http://www.nursinghomeapparel.com/shop/clearance.html">Clearance Items »</a></td>');
document.write('</tr>');
document.write('</table><br><br>');

/**********************************************************
End popitems
**********************************************************/
}









/**********************************************************
Start Select & Go Combo Menus
**********************************************************/

function menssleepwearpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');

document.write('<option value="http://www.nursinghomeapparel.com/shop/all-mens-sleepwear.html">All Men\'s Sleepwear & Robes'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens_Bathrobes.html">Men\'s Bathrobes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Shower_Ponchos.html">Shower Ponchos');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens_Pajamas.html">Men\'s Pajamas'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/adnite.html">Men\'s Adaptive Nightshirt');

document.write('</select></td></tr></form></table>');
}


function womenssleepwearpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-womens-sleepwear.html">All Women\'s Sleepwear & Robes'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/lbed.html">Bed Jackets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Nightgowns.html">Adaptive Nightgowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Ladies_Pullover_Nightgowns.html">Women\'s Pullover Nightgowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Ladies_Pajamas.html">Women\'s Pajamas');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Shower_Ponchos.html">Shower Ponchos'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Ladies_Bathrobes.html">Women\'s Bathrobes');

document.write('</select></td></tr></form></table>');
}

function activecasualpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-active.html">All Active Wear & Casual Wear'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Sweatsuits.html">Adaptive Men\'s Sweatsuits');
document.write('<option value="http://www.nursinghomeapparel.com/shop/mens-track-suits.html">Mens Track Suits ');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Sweatsuits.html">Sweatsuits');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Sweat_Warm_pants.html">Sweat & Warm up Pants');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Sets.html">Adaptive Women\'s Sets'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Ladies_Adaptive_Slacks.html">Womens Adaptive Slacks'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Ladies_Sets.html">Women\'s Sets');

document.write('</select></td></tr></form></table>');
}

function sweaterspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-sweaters.html">All Sweaters'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/mnssweaters.html">Men\'s Sweaters');
document.write('<option value="http://www.nursinghomeapparel.com/shop/womens-sweaters.html">Women\'s Sweaters');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Sweaters.html">Adaptive Sweaters'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/lbed.html">Bed Jackets');

document.write('</select></td></tr></form></table>');
}


function outerwearpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-outerwear.html">All Outerwear'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens_Winter.html">Men\'s Winter Ski Coats');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Wheelchair_Ponchos.html">Wheelchair Ponchos');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Rain_ponchos.html">Rain Ponchos');

document.write('</select></td></tr></form></table>');
}


function undergarmentspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-undergarments.html">All Undergarments'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Undershirt.html">Adaptive Undershirt');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Bras_Breifs.html">Bras & Breifs');
document.write('<option value="http://www.nursinghomeapparel.com/shop/bkslip.html">Adaptive & Regular Slips');

document.write('</select></td></tr></form></table>');
}


function sockspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-socks.html">All Socks'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Diabetic_Socks.html">Diabetic Socks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Slipper_Socks.html">Slipper Socks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/msock.html">Men\'s Socks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/ladies_socks.html">Women\'s Socks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/muklukslippersocks.html">Muk Luk Slipper Socks');
document.write('</select></td></tr></form></table>');
}

function sockspulldown2()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown2"><tr><td>');
document.write('<select class="cat" name="mypulldown2" onChange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">');
document.write('<option>Shop By Need</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/nonskidsocks.html">Non-Skid Slipper Socks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/product104.html">Bariatric Slipper Sock');
document.write('<option value="http://www.nursinghomeapparel.com/shop/woolslippersocks.html">Wool Slipper Sock');
document.write('<option value="http://www.nursinghomeapparel.com/shop/customslippersocks.html">Custom Logo Slipper Socks');
document.write('</select></td></tr></form></table>');
}


function accesspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-access.html">All Accessories'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/clothing-accessories.html">Clothing Accessories');
document.write('<option value="http://www.nursinghomeapparel.com/shop/other_accessories.html">Other Accessories');

document.write('</select></td></tr></form></table>');
}

function hospapparelpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-hosp-apparel.html">All Hospital Apparel'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Lab_Coats.html">Lab Coats');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Uniforms.html">Uniforms');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Robes.html">Robes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_slippers.html">Slippers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/scrubwear.html">Disposable Scrub Wear');
document.write('<option value="http://www.nursinghomeapparel.com/shop/surgical-gowns.html">Surgical Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/isolationgowns.html">Isolation Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_isolation_gowns.html">Disposable Isolation Gowns');

document.write('</select></td></tr></form></table>');
}




function pedihosppulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-pediatric.html">All Pediatric Hospital Wear'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Pediatric-H_gowns.html">Pediatric Hospital Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/pedihospitalpajamas.html">Pediatric Hospital Pajamas');
document.write('<option value="http://www.nursinghomeapparel.com/shop/infant_gowns.html">Infant Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/teen-gowns.html">Teen Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_pediatric_%20gowns.html">Disposable Pediatric Gowns');

document.write('</select></td></tr></form></table>');
}

function beddingpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-bedding.html">All Bedding'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Blankets.html">Blankets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/pillows.html">Pillows');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Quilts.html">Quilts');
document.write('<option value="http://www.nursinghomeapparel.com/shop/baby-blankets.html">Baby Blankets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/mattresspads.html">Mattress Pads');
document.write('<option value="http://www.nursinghomeapparel.com/shop/comforters.html">Comforters');

document.write('</select></td></tr></form></table>');
}

function sheetspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-sheets.html">All Sheets & Pillowcases'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/drawsheets.html">Draw Sheets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/flatsheets.html">Flat Sheets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/contoursheets.html">Contour Sheets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/pillowcases.html">Pillow Cases');
document.write('<option value="http://www.nursinghomeapparel.com/shop/stretchersheets.html">Stretcher Sheets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/cribsheets.html">Crib Sheets');

document.write('</select></td></tr></form></table>');
}


function towelswashclothspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-towelswashcloths.html">All Towels & Washcloths'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/bath_towels.html">Bath Towels');
document.write('<option value="http://www.nursinghomeapparel.com/shop/hand_towels.html">Hand Towels');
document.write('<option value="http://www.nursinghomeapparel.com/shop/washcloths.html">Washcloths');
document.write('<option value="http://www.nursinghomeapparel.com/shop/multi_purpose_towels.html">Multi Purpose Towels');

document.write('</select></td></tr></form></table>');
}


function jumpsuitspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-jumpsuits.html">All Jumpsuits'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/mens-jumpsuits.html">Men\'s Jumpsuits');
document.write('<option value="http://www.nursinghomeapparel.com/shop/mens-coveralls.html">Men\'s Coveralls');
document.write('<option value="http://www.nursinghomeapparel.com/shop/ljump.html">Women\'s Jumpsuits');

document.write('</select></td></tr></form></table>');
}



function bedpadspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-bedpads.html">All Bed Pads'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Washable_Bed_Pads.html">Washable Bed Pads');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_Bed_Pads.html">Disposable Bed Pads');

document.write('</select></td></tr></form></table>');
}


function specialtypulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');
document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/specialty.html">All Specialty Items'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/Men_Lap_Robes.html">Men\’s Lap Robes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Lady_Lap_Robes.html">Women\’s Lap Robes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/lbed.html">Bed Jackets');
document.write('<option value="http://www.nursinghomeapparel.com/shop/intro-dispos-reuse-aprons.html">Disposable & Reusable Aprons');
document.write('<option value="http://www.nursinghomeapparel.com/shop/armprotect.html">Arm Protectors');

document.write('</select></td></tr></form></table>');
}


function gownspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/hospgown.html">See All Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Womens_Hospital_Gowns.html">Women\'s Hospital Gowns</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Oversized_H-gowns.html">Oversized Hospital Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/velcro-gowns.html">VELCRO® Hospital Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/flannel-gowns.html">Flannel Hospital Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/IV-H_gowns.html">IV Hospital Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Examination-H_gowns.html">Front Opening Exam Gowns</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Wholesale-H_gowns.html">Wholesale Hospital Gowns</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable-H_Gowns.html">Disposable Hospital Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mammagrophy_Patient_Gowns.html">Mammagrophy Patient Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Nursing_Gowns.html">Nursing Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/surgical-gowns.html">Surgical Gowns</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/isolationgowns.html">Isolation Gowns</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/child-hospgowns.html">Childrens Gowns</option>'); 

document.write('</select></td></tr></form></table>');
}


function bibspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-bibs.html">See All Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/lbibs.html">Adult Bibs</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_bibs.html">Disposable Bibs</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/bibs_by_dozen.html">Wholesale Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/child_bib.html">Children\'s Bibs</option>'); 

document.write('</select></td></tr></form></table>');
}

function bibspulldown2()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown2"><tr><td>');
document.write('<select class="cat" name="mypulldown2" onChange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/barrier-protection-bibs.html">Barrier Protection Adult Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/washable-bibs.html">Washable Adult Bibs</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/long-length-bibs.html">Long Length Adult Bibs</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/terry-bibs.html">Terry Adult Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/clearance_bibs.html">Clearance Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/velcro-bibs.html">Velcro® Closure Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/snap-closure-bibs.html">Snap Closure Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/tieclosurebibs.html">Tie Closure Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/hookloopclosurebibs.html">Hook & Loop Closure Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposableplasticbibs.html">Disposable Plastic Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposabletissuebibs.html">Disposable Tissue Bibs</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/printedadultbibs.html">Printed Adult Bibs</option>'); 
document.write('</select></td></tr></form></table>');
}



function dispospulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all_disposable_products.html">See All Disposables'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_bibs.html">Bibs');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_bootcovers.html">Boot Covers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable-capes.html">Capes'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/intro-disp-coveralls.html">Coveralls'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Examination_Sheets.html">Examination Sheets'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_Examination_Table_Paper.html">Examination Table Paper');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-exam-wear.html">Exam Wear');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_face_masks.html">Face Masks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_gloves.html">Gloves'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable-H_Gowns.html">Hospital Gowns'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disposable_isolation_gowns.html">Isolation Gowns'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Lab_coats_Jackets.html">Lab Coats & Jackets'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Pillows_pillowcases.html">Pillows & Pillowcases');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Patient_Robes_gowns.html">Patient Robes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/scrubwear.html">Scrub Wear');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Shoe_covers_boots.html">Shoe Covers'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_Shower_Caps.html">Shower Caps');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_slippers.html">Slippers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-surgical-gowns.html">Surgical Gowns');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_towel.html">Towels');
document.write('<option value="http://www.nursinghomeapparel.com/shop/DispUnderpads.html">Underpads');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Disposable_Wipes_Washcloths.html">Wipes & Washcloths');


document.write('</select></td></tr></form></table>');
}

function dispmaskspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown2"><tr><td>');
document.write('<select class="cat" name="mypulldown2" onChange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-antifog-masks.html">Anti-Fog Masks</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-beard-protect.html">Beard Protectors</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-fluid-resistant-masks.html">Fluid Resistant Masks</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-hypo-masks.html">Hypoallergenic Masks </option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-shield-masks.html">Masks With Shield</option>'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-n95-masks.html">N95 Masks </option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-surg-masks.html">Surgical Masks </option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-scented-masks.html">Scented Masks</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-other-masks.html">Other Disposable Masks</option>'); 

document.write('</select></td></tr></form></table>');
}


function footwearpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/allfootwear.html">See All Footwear'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens_VELCRO_Shoes.html">Men\’s VELCRO® Shoes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens_VELCRO_Slippers.html">Men\’s VELCRO® Slippers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Mens-VELCRO-Sneakers.html">Men\’s VELCRO® Sneakers'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/edema_slippers_m.html">Men\'s Edema Slippers ');
document.write('<option value="http://www.nursinghomeapparel.com/shop/mslippers.html">Men\'s Slippers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Womens_VELCRO_Slippers.html">Women\'s VELCRO® Slippers'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Womens_VELCRO_Sneakers.html">Women\'s VELCRO® Sneakers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Womens_VELCRO_Shoes.html">Women\'s VELCRO® Shoes');
document.write('<option value="http://www.nursinghomeapparel.com/shop/edema_slippers_w.html">Women\'s Edema Slippers');
document.write('<option value="http://www.nursinghomeapparel.com/shop/lslippers.html">Women\'s Slippers ');
document.write('<option value="http://www.nursinghomeapparel.com/shop/other-footwear.html">Other Footwear ');

document.write('</select></td></tr></form></table>');
}


function incontpulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-incont.html">See All Incontinence Products'); 

document.write('<option value="http://www.nursinghomeapparel.com/shop/incont-brands.html">Shop By Brand');
document.write('<option value="http://www.nursinghomeapparel.com/shop/adult-briefs-pants.html">Adult Briefs/Pants'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/DisPullUps.html">Disposable Pull Ups'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/DispUndergarments.html">Disposable Undergarments');
document.write('<option value="http://www.nursinghomeapparel.com/shop/DespLinandPads.html">Disposable Liners and Pads'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/DispUnderpads.html">Disposable Underpads'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/DispWashcloths.html">Disposable Washcloths');


document.write('</select></td></tr></form></table>');
}



function shirtsslackspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-shirts&slacks.html">See All Shirts & Slacks'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Elastic_Waist_Slacks.html">Elastic Waist Slacks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Slacks.html">Adaptive Slacks');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Casual_Adaptive.html">Casual Non Adaptive'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/Adaptive_Shirts.html">Adaptive Shirts');
document.write('<option value="http://www.nursinghomeapparel.com/shop/mpshirt.html">Men\'s Shirts');

document.write('</select></td></tr></form></table>');
}



function backclosurepulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/all-back-closure.html">See All Back Closure & Adaptive Dresses'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/polyesterhousedresses.html">Adaptive House Dresses');
document.write('<option value="http://www.nursinghomeapparel.com/shop/shortsleevedresses.html">Adaptive Short Sleeve Dresses');
document.write('<option value="http://www.nursinghomeapparel.com/shop/longsleevedresses.html">Adaptive Long Sleeve Dresses'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/clearance_backclosure.html">Adaptive Clearance Dresses');
document.write('<option value="http://www.nursinghomeapparel.com/shop/budget.html">Women\'s Dusters');

document.write('</select></td></tr></form></table>');
}

function dispisogownpdown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown2"><tr><td>');
document.write('<select class="cat" name="mypulldown2" onChange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-iso-gown-thumb.html">Thumbs Up/Loop</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-iso-gown-fluid.html">Fluid Resistant</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-iso-gown-light.html">Lightweight</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-iso-gown-medium.html">Medium Weight</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/disp-iso-gown-high.html">High Level Protection</option>'); 

document.write('</select></td></tr></form></table>');
}


function frontclosurepulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Category</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/Front_Closure_Dresses.html">Front Zip Closure Dresses'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/budget.html">Womens Front Closure Dusters');
document.write('<option value="http://www.nursinghomeapparel.com/shop/clearance_frontclosure.html">Clearance Front Closure Dresses');



document.write('</select></td></tr></form></table>');
}


function dispcoverallspulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown1"><tr><td>');
document.write('<select class="cat" name="mypulldown1" onChange="document.location=pulldown1.mypulldown1.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');

document.write('<option value="http://www.nursinghomeapparel.com/shop/lightwtcoveralls.html">Light Weight Coveralls'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/medwtcoveralls.html">Medium Weight Coveralls');
document.write('<option value="http://www.nursinghomeapparel.com/shop/heavywtcoveralls.html">Heavy Weight Coveralls');

document.write('</select></td></tr></form></table>');
}


function dignitypulldown()
{

document.write('<table cellpadding="0" cellspacing="0" border="0"><form id="cats" action="" name="pulldown2"><tr><td>');
document.write('<select class="cat" name="mypulldown2" onChange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">');

document.write('<option>Shop By Need</option>');

document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-ladies-reusable-underwear.html">Women\'s Reusable Underwear</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-mens-reusable-underwear.html">Men\'s Reusable Underwear</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-light-protect-padsliners.html">Light Protection-Pads/Liners</option>');
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-mod-protect-padsliners.html">Moderate Protection-Pads/Liners</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-heavy-protect-padsliners.html">Heavy Protection-Pads/Liners</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-full-protect-bladder-bowel.html">Full Protection-Bladder/Bowel</option>'); 
document.write('<option value="http://www.nursinghomeapparel.com/shop/dignity-protect-dispos-underwear.html">Protective Underwear-Disposable</option>'); 

document.write('</select></td></tr></form></table>');
}
/**********************************************************
End Select & Go Combo Menus
**********************************************************/





