function OpenComments( postcode, title, url ) {
	window.open('/scripts/comentarios.php?postcode='+ postcode + '&title=' + title + '&posturl=' + url,'comentarios','toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes,directories=no,location=no,width=380,height=400');
}


function OpenCommentsX( postcode, title, url ) {
	window.open('http://zamorim.com/scripts/comentarios.php?postcode='+ postcode + '&title=' + title + '&posturl=' + url,'comentarios','toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes,directories=no,location=no,width=380,height=400');
}


function CountComments( postcode ) {
	
}


function SetParent( pname ) {
	parent.name=pname;
}