/* linksending */

function openurl() 

{

	url = "/portalnode/?do=3000&ls_windowtype=popup&source=" + this.location.href + "&langu=";

	window.open(url,'nodeeditor','dependent=yes,status=yes,scrollbars=no,width=350,height=350,resizable=no');

}



/* pagesending */

function openurl2() 

{

        url = "/portalnode/?do=3000&LS_URLONLY=1&ls_windowtype=popup&source=" + this.location.href + "&langu=";

        window.open(url,'nodeeditor','dependent=yes,status=yes,scrollbars=no,width=350,height=350,resizable=no');

}



/* print */

function openurl3() 

{

	url = "/portalnode/addons/print/print.php?file=" + this.location.href + "&langu=";

	window.open(url,'nodeeditor','dependent=yes,status=yes,scrollbars=yes,resizable=yes');

}



/* rating */

function openurl4( keyid ) 

{

	url = "/service/rating.php?pageid="+keyid;

	window.open(url,'ratewin','dependent=yes,status=yes,scrollbars=no,width=350,height=350,resizable=no');

} 



/* comment */

function opencomment( keyid )

{

	url = "/service/comment.php?pageid="+keyid+"#lenter";

	window.open(url,'commentwin','dependent=yes,status=yes,scrollbars=yes,width=350,height=350,resizable=yes');

}
 
/* Textbildpopup */
function popup(hosturl,picurl,picid)
{ 
	var breite=screen.width;
	window.open("/Content.Node/templates/bildpopup.php?host=" + hosturl + "&bildurl=" + picurl + "&id=" + picid + "&breite=" + breite + "","Bildfenster","width=500,height=500,location=no,toolbar=no,status=no,menubar=no,resizable=yes,left=0,top=0");
}