	<!-- Begin
	function Fotogen(url,WIDTH,HEIGHT) {
    var Width = screen.availWidth;
    var Height = screen.availHeight;
    if (Width < WIDTH)
        {
        quot = Width/WIDTH;
        WIDTH = Width;
        HEIGHT = HEIGHT * quot;
        }
    else if (Height < HEIGHT)
        {
        quot = Height/HEIGHT;
        HEIGHT = Height;
        WIDTH = WIDTH * quot;
        }
        //winRef = window.open(url,winName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=" + WIDTH + ",height=" + HEIGHT + ",top=" + 10 + ",left=" +20);
    //winRef.focus();
	features= "left=20,top=10,toolbar=no,menubar=no,location=no,scrollbars=no,width=" + (WIDTH) + ",height=" + (HEIGHT);
	text = '<html><head><meta http-equiv=\"Content-Type" content="text/html; charset=iso-8859-1"><META HTTP-EQUIV=imagetoolbar CONTENT=no><title>Foton/Photo/Hình</title>';
	text +="</head><body leftmargin=0 topmargin=0>";
	text += "<a href=javascript:self.close();><img src='" +url+"' width='" + WIDTH + "' height='" + HEIGHT + "' border=0 alt=\"foto-photo-hình\"></a>";
	text += "</body></html>";
	preview = window.open("","Foton",features);
	preview.document.open();
	preview.document.write(text);
	preview.document.close();
    preview.focus();
	}
	//  End -->

	<!-- Begin
	function medlemskaptyp(url,WIDTH,HEIGHT) {
	features= "left=20,top=10,toolbar=no,menubar=no,location=no,scrollbars=auto,width=" + (WIDTH) + ",height=" + (HEIGHT);
	preview = window.open(url,"medlemskap",features);
    preview.focus();
	}
	//  End -->
<!-- Begin
	function arkiv(url,WinName, WIDTH,HEIGHT) {
	features= "left=20,top=10,toolbar=no,menubar=no,location=no,scrollbars=yes, resizable=yes,width=" + (WIDTH) + ",height=" + (HEIGHT);
	preview = window.open(url,WinName,features);
    preview.focus();
	}
	//  End -->
<!-- Begin
	function historia(url,WinName, WIDTH,HEIGHT) {
	features= "left=20,top=10,toolbar=yes,menubar=no,location=no,scrollbars=yes, resizable=yes,width=" + (WIDTH) + ",height=" + (HEIGHT);
	preview = window.open(url,WinName,features);
    preview.focus();
	}
	//  End -->

<!-- Begin
function ChatPopupFVS(url)
{
    var Width = screen.availWidth * 0.6;
    var Height = screen.availHeight * 0.6;
    if (Width > 800)
        {
        var quot = 800 / Width;
        Width = 800;
        Height = quot * Height;
        }
    else if (Height > 600)
        {
        var quot = 600 / Height;
        Height = 600;
        Width = quot * Width;
        }
    features= "left=10,top=10,toolbar=no,menubar=no,location=no,scrollbars=auto, resizable=yes,width=" + (Width) + ",height=" + (Height);
    url += "?width="+Width+"&height="+Height;
    winRef = window.open(url,"FVSchat",features);
    //winRef.focus();
}
//End -->