function getCookies()
{
var allcookies = document.cookie;
var pos = allcookies.indexOf("testvalue1");
if (pos == -1)
{
window.open('/women/general/save_popup.htm','javascript_1','plain, height=450,width=550');
}
}

function getUrl()
		{
		window.location="/women/general/print.htm?document="+window.location.pathname;
		}
function getUrlMail()
		{
		window.location="/women/general/sendtofriend.aspx?document="+document.location;
		}
function MM_preloadImages() 
{ 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}