var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=500,width=778,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}


function pop_envitation(url)
{
	newwindow=window.open(url,'name','height=600,width=600,left=100, top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}
