function popUp(kategori) {
	props=window.open('forum/nytt.asp?kategori='+kategori, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function svara(postid) {
	props=window.open('forum/svara.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function editsvar(postid, iCategory) {
	props=window.open('forum/editsvar.asp?id='+postid+'&changeCat='+iCategory, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function editinlagg(postid) {
	props=window.open('forum/editinlagg.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function raderainlagg(postid) {
	props=window.open('forum/deleteinlagg.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function raderasvar(postid) {
	props=window.open('forum/deletesvar.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function skickahjalp(mynick) {
	props=window.open('forum/sendpassword.asp?nick='+mynick, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=275, left = 100, top = 100');
}

function nyhetsKommentar(postid) {
		props=window.open('forum/nyhetsKommentar.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function skrivKommentar(postid) {
		props=window.open('forum/skrivKommentar.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function svaraKommentar(postid) {
		props=window.open('forum/svaraKommentar.asp?id='+postid, 'poppage', 'toolbars=0, location=0, scrollbars=1, resizable=1, statusbars=0, menubars=0, width=625, height=575 left = 100, top = 100');
}

function get_object(o)
{
	if(document.all)
	{
		return document.all[o];
	}
	else if(document.getElementById)
	{
		return document.getElementById(o);
	}
}
function togglediv(id, idOff)
{
	o=get_object(id);
	o.style.display="block";

	o=get_object(idOff);
	o.style.display="none";
}
