                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
/* Array.push() from arrayprototype.js at dhtmllab.com, tweaked a little */
P = Array.prototype;
if (P.push && ([0].push(true) == true)) P.push = null;
	if (!P.push) {
		P.push = function() {
		for (var i = 0; i < arguments.length; i++) { this[this.length] = arguments[i]; }
		return this.length;
    }
}

String.prototype.contains = function (str) { return( (this.indexOf(str)==-1) ?  false : true) } 


var loc = new String(location);
var dmn =  'http://' + location.hostname;

function redirectMe(){
	shopForm.submit();
	}

function drawTopNav() {
	var topnav = new Array();
	topnav.push('<table border="0" cellpadding="0" cellspacing="0" width="800" bgcolor="#000000">');
	topnav.push('<tr>');
	topnav.push('<td width="800"><img src="img/topnav.gif" usemap="#topnav" border="0" /></td>');
	topnav.push('</tr>');
	topnav.push('</table>');
	topnav.push('<map name="topnav">');
	topnav.push('<area shape="rect" alt="Women" coords="153,3,212,16" href="women.html">');
	topnav.push('<area shape="rect" alt="Men" coords="269,3,303,16" href="men.html">');
	topnav.push('<area shape="rect" alt="Kids" coords="360,3,395,16" href="kids.html">');
	topnav.push('<area shape="rect" alt="Erica Luxembourg Couture" coords="451,3,648,16" href="erical.html">');
	topnav.push('<area shape="rect" alt="About Us" coords="71,18,127,30" href="aboutus.html">');
	topnav.push('<area shape="rect" alt="Styles" coords="146,18,184,30" href="women_search.html">');
	topnav.push('<area shape="rect" alt="Custom Wigs" coords="201,18,282,30" href="custom.html">');
	topnav.push('<area shape="rect" alt="Colour Ring" coords="301,18,375,30" href="colour_ring.html">');
	topnav.push('<area shape="rect" alt="Material" coords="394,18,454,30" href="material.html">');
	topnav.push('<area shape="rect" alt="Wholesale" coords="472,18,541,30" href="wholesale.html">');
	topnav.push('<area shape="rect" alt="Shopping" coords="561,18,648,30" href="http://www.iwig.com/cgi-bin/iwig.cgi?store_type=html&page=quikstore.html&view_cart=yes">');
	topnav.push('<area shape="rect" alt="Contact Us" coords="662,18,736,30" href="contact.html">');
	topnav.push('</map>');
	document.write(topnav.join('\n'));
}

function drawCgiNav() {
	var topnav = new Array();
	topnav.push('<table border="0" cellpadding="0" cellspacing="0" width="800" bgcolor="#000000">');
	topnav.push('<tr>');
	topnav.push('<td width="800"><img src="/img/topnav.gif" usemap="#topnav" border="0" /></td>');
	topnav.push('</tr>');
	topnav.push('</table>');
	topnav.push('<map name="topnav">');
	topnav.push('<area shape="rect" alt="Women" coords="153,3,212,16" href="/women.html">');
	topnav.push('<area shape="rect" alt="Men" coords="269,3,303,16" href="/men.html">');
	topnav.push('<area shape="rect" alt="Kids" coords="360,3,395,16" href="/kids.html">');
	topnav.push('<area shape="rect" alt="Erica Luxembourg Couture" coords="451,3,648,16" href="/erical.html">');
	topnav.push('<area shape="rect" alt="About Us" coords="71,18,127,30" href="/aboutus.html">');
	topnav.push('<area shape="rect" alt="Styles" coords="146,18,184,30" href="/women_search.html">');
	topnav.push('<area shape="rect" alt="Custom Wigs" coords="201,18,282,30" href="/custom.html">');
	topnav.push('<area shape="rect" alt="Colour Ring" coords="301,18,375,30" href="/colour_ring.html">');
	topnav.push('<area shape="rect" alt="Material" coords="394,18,454,30" href="/material.html">');
	topnav.push('<area shape="rect" alt="Wholesale" coords="472,18,541,30" href="/wholesale.html">');
	topnav.push('<area shape="rect" alt="Shopping" coords="561,18,648,30" href="http://www.iwig.com/cgi-bin/iwig.cgi?store_type=html&page=quikstore.html&view_cart=yes">');
	topnav.push('<area shape="rect" alt="Contact Us" coords="662,18,736,30" href="/contact.html">');
	topnav.push('</map>');
	document.write(topnav.join('\n'));
}

function drawMenNav() {
	var topnav = new Array();
	topnav.push('<table border="0" cellpadding="0" cellspacing="0" width="800" bgcolor="#000000">');
	topnav.push('<tr>');
	topnav.push('<td width="800"><img src="img/topnav.gif" usemap="#topnav" border="0" /></td>');
	topnav.push('</tr>');
	topnav.push('</table>');
	topnav.push('<map name="topnav">');
	topnav.push('<area shape="rect" alt="Women" coords="153,3,212,16" href="women.html">');
	topnav.push('<area shape="rect" alt="Men" coords="269,3,303,16" href="men.html">');
	topnav.push('<area shape="rect" alt="Kids" coords="360,3,395,16" href="kids.html">');
	topnav.push('<area shape="rect" alt="Erica Luxembourg Couture" coords="451,3,648,16" href="erical.html">');
	topnav.push('<area shape="rect" alt="About Us" coords="71,18,127,30" href="aboutus.html">');
	topnav.push('<area shape="rect" alt="Styles" coords="146,18,184,30" href="men_styles.html">');
	topnav.push('<area shape="rect" alt="Custom Wigs" coords="201,18,282,30" href="custom.html">');
	topnav.push('<area shape="rect" alt="Colour Ring" coords="301,18,375,30" href="colour_ring.html">');
	topnav.push('<area shape="rect" alt="Material" coords="394,18,454,30" href="material.html">');
	topnav.push('<area shape="rect" alt="Wholesale" coords="472,18,541,30" href="wholesale.html">');
	topnav.push('<area shape="rect" alt="Shopping" coords="561,18,648,30" href="http://www.iwig.com/cgi-bin/iwig.cgi?store_type=html&page=quikstore.html&view_cart=yes">');
	topnav.push('<area shape="rect" alt="Contact Us" coords="662,18,736,30" href="contact.html">');
	topnav.push('</map>');
	document.write(topnav.join('\n'));
}

function drawKidNav() {
	var topnav = new Array();
	topnav.push('<table border="0" cellpadding="0" cellspacing="0" width="800" bgcolor="#000000">');
	topnav.push('<tr>');
	topnav.push('<td width="800"><img src="img/topnav.gif" usemap="#topnav" border="0" /></td>');
	topnav.push('</tr>');
	topnav.push('</table>');
	topnav.push('<map name="topnav">');
	topnav.push('<area shape="rect" alt="Women" coords="153,3,212,16" href="women.html">');
	topnav.push('<area shape="rect" alt="Men" coords="269,3,303,16" href="men.html">');
	topnav.push('<area shape="rect" alt="Kids" coords="360,3,395,16" href="kids.html">');
	topnav.push('<area shape="rect" alt="Erica Luxembourg Couture" coords="451,3,648,16" href="erical.html">');
	topnav.push('<area shape="rect" alt="About Us" coords="71,18,127,30" href="aboutus.html">');
	topnav.push('<area shape="rect" alt="Styles" coords="146,18,184,30" href="kids_styles.html">');
	topnav.push('<area shape="rect" alt="Custom Wigs" coords="201,18,282,30" href="custom.html">');
	topnav.push('<area shape="rect" alt="Colour Ring" coords="301,18,375,30" href="colour_ring.html">');
	topnav.push('<area shape="rect" alt="Material" coords="394,18,454,30" href="material.html">');
	topnav.push('<area shape="rect" alt="Wholesale" coords="472,18,541,30" href="wholesale.html">');
	topnav.push('<area shape="rect" alt="Shopping" coords="561,18,648,30" href="http://www.iwig.com/cgi-bin/iwig.cgi?store_type=html&page=quikstore.html&view_cart=yes">');
	topnav.push('<area shape="rect" alt="Contact Us" coords="662,18,736,30" href="contact.html">');
	topnav.push('</map>');
	document.write(topnav.join('\n'));
}

function drawEkaNav() {
	var topnav = new Array();
	topnav.push('<form method="post" action="/cgi-bin/iwig.cgi" name="shopForm">');
	topnav.push('<table border="0" cellpadding="0" cellspacing="0" width="800" bgcolor="#000000">');
	topnav.push('<tr>');
	topnav.push('<td width="800"><img src="img/topnav.gif" usemap="#topnav" border="0" /></td>');
	topnav.push('</tr>');
	topnav.push('</table>');
	topnav.push('<map name="topnav">');
	topnav.push('<area shape="rect" alt="Women" coords="153,3,212,16" href="women.html">');
	topnav.push('<area shape="rect" alt="Men" coords="269,3,303,16" href="men.html">');
	topnav.push('<area shape="rect" alt="Kids" coords="360,3,395,16" href="kids.html">');
	topnav.push('<area shape="rect" alt="Erica Luxembourg Couture" coords="451,3,648,16" href="erical.html">');
	topnav.push('<area shape="rect" alt="About Us" coords="71,18,127,30" href="aboutus.html">');
	topnav.push('<area shape="rect" alt="Styles" coords="146,18,184,30" href="erical_world.html">');
	topnav.push('<area shape="rect" alt="Custom Wigs" coords="201,18,282,30" href="custom.html">');
	topnav.push('<area shape="rect" alt="Colour Ring" coords="301,18,375,30" href="colour_ring.html">');
	topnav.push('<area shape="rect" alt="Material" coords="394,18,454,30" href="material.html">');
	topnav.push('<area shape="rect" alt="Wholesale" coords="472,18,541,30" href="wholesale.html">');
	topnav.push('<area shape="rect" alt="Shopping" coords="561,18,648,30"  href="http://www.iwig.com/cgi-bin/iwig.cgi?store_type=html&page=quikstore.html&view_cart=yes">');
	topnav.push('<area shape="rect" alt="Contact Us" coords="662,18,736,30" href="contact.html">');
	topnav.push('</map></form>');
	document.write(topnav.join('\n'));
}

function detailsPop(x){
	hairWindow = window.open(x,  "hairWin", "width=440,height=400,scrollbars=yes")
}
