
function _goto(id, page)
{	
	var hrefPrefix = "";
	
	if(top.location.href.indexOf("forums.prospero.com") != -1) hrefPrefix = "http://www.LauraBerman.com";
	
	if (page != null)
	{	
		top.location.href = hrefPrefix + "/publicsite/index.aspx?puid=" + id + "&p=" + page;
	}
	else
	{	
		top.location.href = hrefPrefix + "/publicsite/index.aspx?puid=" + id;
	}
}

function _gotoAnchor(anchor)
{	
	top.location.href = "#" + anchor;
}


function _gotopop(id)
{
	var hrefPrefix = "";
	
	if(top.location.href.indexOf("forums.prospero.com") != -1) hrefPrefix = "http://www.LauraBerman.com";

	myWin = window.open(hrefPrefix + "/publicsite/index.aspx?puid=" + id, 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=640,height=715');
}

function _gotoprint(id)
{
	myWin = window.open("/publicsite/printview.aspx?puid=" + id, 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=640,height=715');
}

function _gotoprintnl(id)
{
	myWin = window.open("/publicsite/printview.aspx?puid=8F2AED1A-FB43-4B9C-A480-7CEDB570A2E6&issueid=" + id, 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=640,height=715');
}

function _gotourlpop(id) {
    var hrefPrefix = "";

    if (top.location.href.indexOf("lauraberberman.com") != -1) hrefPrefix = "/netregistration/tosprivacy/tos_44.htm";

    myWin = window.open(hrefPrefix + "" + id, 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=670,height=715');
}
    


