var wL;
function eL(url)
{
	wL=window.open(url,'eL','height=560,width=628,left=20,top=20,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {wL.focus()}
}
var wL2;
function eL2(url)
{
	wL2=window.open(url,'eL2','height=328,width=338,left=120,top=120,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {wL2.focus()}
}
var wP;
function eP(url)
{
	wP=window.open(url,'eP','height=386,width=280,left=220,top=120,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {wP.focus()}
}