﻿function abrirImg(qs)
{
	window.open("../../../screenshot.aspx?s="+qs, "Screenshot","width=720,height=580,scrollbars=yes,resizable=no,status=no");
}
function abrirImgRel(qs)
{
	window.open("../../../screenshot.aspx?s=" + qs, "Screenshot", "width=970,height=770,scrollbars=yes,resizable=no,status=no");
}

function mail(doc)
{
	frm = doc.forms['frmMail'];
    frm.txtUserName.value = frm.txtUser.value.split("@")[0] + "@forlogic.net";
    frm.submit();
}

function abrirVideo(nome)
{
    if (screen.width == 800)
        window.open("/add/swf/MyLogical/" + nome + ".html", "Vídeo", "width=665,height=505,left=0,top=0,scrollbars=no,status=no,menubar=no,resizable=yes");
    else
        window.open("/add/swf/MyLogical/" + nome + ".html", "Vídeo", "width=816,height=620,left=80,top=80,scrollbars=no,status=no,menubar=no,resizable=yes");
}

function abrirVideoNCtracker(nome)
{
	if (screen.width == 800)
	    window.open("/add/swf/NCtracker/" + nome + ".html", "Vídeo", "width=665,height=505,left=0,top=0,scrollbars=no,status=no,menubar=no,resizable=yes");
	else
	    window.open("/add/swf/NCtracker/" + nome + ".html", "Vídeo", "width=816,height=665,left=80,top=80,scrollbars=no,status=no,menubar=no,resizable=yes");
}
function abrirVideoGEDi(nome)
{
    if (screen.width == 800)
        window.open("/add/swf/GEDi/" + nome + ".html", "Vídeo", "width=650,height=506,left=0,top=0,scrollbars=no,status=no,menubar=no,resizable=yes");
    else
        window.open("/add/swf/GEDi/" + nome + ".html", "Vídeo", "width=880,height=633,left=80,top=80,scrollbars=no,status=no,menubar=no,resizable=yes");
}