  function addToWishlist(pageID,pageName,imgLoc)
{
pageName = pageName.replace("&","and");
var strLocation = "http://ydesigns.biz/tools/wishlist/shoplist/addlist.php?"+
				  "storeID=smartbomb&pageID="+pageID+"&pageName="+pageName+"&imgLoc="+imgLoc;
var smartbombpopup = window.open(strLocation,"smartbombpopup","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=305,height=540");
smartbombpopup.focus();
}
function openPopup(popupID)
{	var strLocation='http://ydesigns.biz/tools/wishlist/shoplist/';
	if(popupID=='lostpassword')
	{	var strLocation=strLocation + 'releasepass.php';	}
	else if(popupID=='newuser')
	{	var strLocation=strLocation + 'join.php';	}
	else if(popupID=='signin')
	{	var strLocation=strLocation + 'member.php';	}
	else if(popupID=='tellfriends')
	{	var strLocation=strLocation + 'notify.php';	}
	else if(popupID=='wishlist')
	{	var strLocation=strLocation+ 'showlist.php';	}
    strLocation = strLocation + "?storeID=smartbomb";
	var smartbombpopup = window.open(strLocation,"smartbombpopup","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=305,height=540");
    smartbombpopup.focus();
	}

