function doForgot()
{
	p=window.open(webroot+"/user/forgot","forgot_win","width=350, height=200");
	p.focus();
}

function doNewsletter()
{
	p=window.open(webroot+"/user/newsletter","newsletter_win","width=350, height=200");
	p.focus();
}

function showPoll(poll_id)
{
	if (poll_id==4) woptions="width=500, height=485, scrollbars=yes";
	else if (poll_id==5) woptions="width=500, height=225, scrollbars=yes";
	else if (poll_id==6) woptions="width=500, height=420, scrollbars=yes";
	p=window.open(webroot+"/poll/?poll_id="+poll_id,"poll_win"+poll_id,woptions);
	p.focus();
}

function showGallery(id)
{
	p=window.open(webroot+"/poze/popup/"+id+"/gallery.html","g_win","width=750, height=600, scrollbars=yes");
	p.focus();
}

function showTerms()
{
	p=window.open(webroot+"/html/termeni.html","termeni", "width=600, height=500, scrollbars=yes");
	p.focus();
}

function openConcurs(concurs_id)
{
	p=window.open(webroot+"/concurs/popup/ro_de","contest_win","width=485, height=485, scrollbars=yes");
	p.focus();
}
