
function popShop(p)
{ 

$("#PopContainer-"+p).before("<div class=\"popFloat\" id=\"PopWrapper-"+p+"\"><center>Loading<img src=\"http://lib.store.yahoo.net/lib/uniquelymeboutique/ey-ajax-loader.gif\"></center></div>");
var timedd=setTimeout("popShop2('"+p+"')",1);

}

function popShop2(p)

{

	var html = document.createElement('script');
	html.type = 'text/javascript';
	html.src = 'http://www.eyhosting.com/client_data/afm/popshop.php?id=' + p;

	document.getElementById('PopWrapper-'+p).appendChild (html);
	
	
	return true;

}

function popLinkShow(n){

$("#Pop-"+n).show();

}

function popLinkHide(n){

$("#Pop-"+n).hide();

}

function popLinkRemove(n){

$('#PopWrapper-'+n).remove();

}
