function ViewReadme(fil, titel)
{
	window.open("viewreadme.php?file=" + fil + "&titel=" + titel, "readmewindow", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, Scrolling=yes, width=800");
} 

function ViewShots(title, shots)
{
	window.open("viewshots.php?title=" + title + "&shots=" + shots, "shotswindow", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=auto, resizable=yes, Scrolling=yes, width=424, height=340");
}

function PrintEmail(pre, name, domain, ending, post)
{
	document.write(pre + name + '@' + domain + '.' + ending + post);
}

function PrintMyEmailLink()
{
	PrintEmail('<a href="mailto:', 'jolle', 'jolle', 'se', '" title="Send e-mail">');
	PrintEmail('', 'jolle', 'jolle', 'se', '</a>');
}
