/**************************************************************************
 * Globals JavaScript functions for www.kamosi.sk (c)Web Profit 2002-03 [www.webprofit.sk]
 ***********/


var pp = null;
function win(url,name,w,h)
{
	l=(screen.width)?(screen.width-w)/2:100; 
	t=(screen.height)?(screen.height-h)/2:100;
	s='width='+w+',height='+h+',top='+t+',left='+l+',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,dependent=no';
	pp=window.open(url,name,s);	
	pp.focus();
}
var xp = null;

function xmail(nick, subj, bd)
{
	w = 540; h = 350;
	l = (screen.width) ?(screen.width-w) /2:100;
	t = (screen.height)?(screen.height-h)/2:100;
	s = 'width='+w+',height='+h+ ',top='+t+',left='+l+',location=no,directories=no,menubar=no,toolbar=no,status=yes,scrollbars=yes,resizable=no,dependent=no';
	bd   = escape (bd);	 
	subj = escape (subj); 	
	nick = escape (nick);
	xp= window.open('http://www.kamosi.sk/xmail/pop.php?in=2&xm[for]='+nick+'&xm[subj]='+subj+'&xm[body]='+bd,'xmail',s);
	xp.focus();
}

function profil(nick,dext)
{
	w = 600; h = 400;
	l = (screen.width) ?(screen.width-w) /2:100;
	t = (screen.height)?(screen.height-h)/2:100;
	s = 'width='+w+',height='+h+ ',top='+t+',left='+l+',location=no,directories=no,menubar=no,toolbar=no,status=yes,scrollbars=yes,resizable=no,dependent=no';
	nick = escape (nick);
	dext = escape (dext);
	xp= window.open('http://www.kamosi.sk/konto/profily.php?user='+nick+'&dext='+dext,'Profil',s);
	xp.focus();
}
